Uses of Interface
de.hybris.platform.servicelayer.security.spring.UserToAuthenticationConverter
-
Packages that use UserToAuthenticationConverter Package Description de.hybris.platform.servicelayer.security.auth.impl de.hybris.platform.servicelayer.security.spring -
-
Uses of UserToAuthenticationConverter in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl with parameters of type UserToAuthenticationConverter Modifier and Type Method Description voidHybrisPasswordCallback. setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter) -
Uses of UserToAuthenticationConverter in de.hybris.platform.servicelayer.security.spring
Classes in de.hybris.platform.servicelayer.security.spring that implement UserToAuthenticationConverter Modifier and Type Class Description classDefaultUserToAuthenticationConverterThis implementation copies username and password, converts all user groups toGrantedAuthoritys and puts them into aUsernamePasswordAuthenticationToken.Methods in de.hybris.platform.servicelayer.security.spring with parameters of type UserToAuthenticationConverter Modifier and Type Method Description voidHybrisAuthenticationProvider. setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)Deprecated.voidHybrisGroupBasedAuthenticationProvider. setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter)Deprecated.
-