Uses of Interface
de.hybris.platform.servicelayer.security.spring.UserToAuthenticationConverter
Packages that use UserToAuthenticationConverter
Package
Description
-
Uses of UserToAuthenticationConverter in de.hybris.platform.servicelayer.security.auth.impl
Methods in de.hybris.platform.servicelayer.security.auth.impl with parameters of type UserToAuthenticationConverterModifier and TypeMethodDescriptionvoidHybrisPasswordCallback.setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter) -
Uses of UserToAuthenticationConverter in de.hybris.platform.servicelayer.security.spring
Classes in de.hybris.platform.servicelayer.security.spring that implement UserToAuthenticationConverterModifier and TypeClassDescriptionclassThis 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 UserToAuthenticationConverterModifier and TypeMethodDescriptionvoidHybrisAuthenticationProvider.setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter) Deprecated, for removal: This API element is subject to removal in a future version.voidHybrisGroupBasedAuthenticationProvider.setUserToAuthenticationConverter(UserToAuthenticationConverter userToAuthenticationConverter) Deprecated, for removal: This API element is subject to removal in a future version.