public class CockpitUserDetailsService extends CoreUserDetailsService
| Constructor and Description |
|---|
CockpitUserDetailsService() |
| Modifier and Type | Method and Description |
|---|---|
SessionProxy |
getSessionProxy() |
boolean |
isActivateCatalogVersions() |
CoreUserDetails |
loadUserByUsername(java.lang.String username)
Locates the user based on the username and
|
void |
setActivateCatalogVersions(boolean activateCatalogVersions) |
void |
setSessionProxy(SessionProxy sessionProxy) |
isNotAnonymousOrAnonymousLoginIsAllowed, setRolePrefixpublic SessionProxy getSessionProxy()
public void setSessionProxy(SessionProxy sessionProxy)
public CoreUserDetails loadUserByUsername(java.lang.String username)
after that
loadUserByUsername in class CoreUserDetailsServiceusername - the username presented to the AuthenticationProvidernull)UsernameNotFoundException - if the user could not be found or the user has no GrantedAuthoritypublic boolean isActivateCatalogVersions()
public void setActivateCatalogVersions(boolean activateCatalogVersions)
activateCatalogVersions - the activateCatalogVersions to setCopyright © 2018 SAP SE. All Rights Reserved.