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 Detail

      • convert

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