public class PentahoCachingUserDetailsService extends Object implements org.springframework.security.core.userdetails.UserDetailsService
Constructor and Description |
---|
PentahoCachingUserDetailsService(org.springframework.security.core.userdetails.UserDetailsService delegate,
org.pentaho.platform.api.mt.ITenantedPrincipleNameResolver nameResolver) |
Modifier and Type | Method and Description |
---|---|
org.springframework.security.core.userdetails.UserCache |
getUserCache() |
org.springframework.security.core.userdetails.UserDetails |
loadUserByUsername(String username) |
void |
setUserCache(org.springframework.security.core.userdetails.UserCache userCache) |
public PentahoCachingUserDetailsService(org.springframework.security.core.userdetails.UserDetailsService delegate, org.pentaho.platform.api.mt.ITenantedPrincipleNameResolver nameResolver)
public org.springframework.security.core.userdetails.UserCache getUserCache()
public void setUserCache(org.springframework.security.core.userdetails.UserCache userCache)
public org.springframework.security.core.userdetails.UserDetails loadUserByUsername(String username) throws org.springframework.security.core.userdetails.UsernameNotFoundException
loadUserByUsername
in interface org.springframework.security.core.userdetails.UserDetailsService
org.springframework.security.core.userdetails.UsernameNotFoundException
Copyright © 2021 Hitachi Vantara. All rights reserved.