Interface UserToAuthenticationConverter
-
- All Known Implementing Classes:
DefaultUserToAuthenticationConverter
public interface UserToAuthenticationConverterConverts a hybrisUserModelto a Spring SecurityAuthenticationobject.- Spring Bean ID:
- userToAuthenticationConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.security.core.Authenticationconvert(UserModel user)Convert the UserModel to an Authentication object.
-
-
-
Method Detail
-
convert
org.springframework.security.core.Authentication convert(UserModel user)
Convert the UserModel to an Authentication object.
-
-