Interface UserToAuthenticationConverter

All Known Implementing Classes:
DefaultUserToAuthenticationConverter

public interface UserToAuthenticationConverter
Converts a hybris UserModel to a Spring Security Authentication object.
Spring Bean ID:
userToAuthenticationConverter
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.core.Authentication
    Convert the UserModel to an Authentication object.
  • Method Details

    • convert

      org.springframework.security.core.Authentication convert(UserModel user)
      Convert the UserModel to an Authentication object.