Class OriginalUidUserDetailsService
java.lang.Object
de.hybris.platform.spring.security.CoreUserDetailsService
de.hybris.platform.commerceservices.spring.security.OriginalUidUserDetailsService
- All Implemented Interfaces:
org.springframework.security.core.userdetails.UserDetailsService
accelerator specific implementation for providing user data access
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadUserByUsername(String username) Locates the user based on the usernameMethods inherited from class de.hybris.platform.spring.security.CoreUserDetailsService
isNotAnonymousOrAnonymousLoginIsAllowed, setRolePrefix
-
Constructor Details
-
OriginalUidUserDetailsService
public OriginalUidUserDetailsService()
-
-
Method Details
-
loadUserByUsername
Description copied from class:CoreUserDetailsServiceLocates the user based on the username(see 'activateCatalogVersions' in the corresponding spring configuration)
- Specified by:
loadUserByUsernamein interfaceorg.springframework.security.core.userdetails.UserDetailsService- Overrides:
loadUserByUsernamein classCoreUserDetailsService- Parameters:
username- the username presented to theAuthenticationProvider- Returns:
- a fully populated user record (could be
null)
-