public class PentahoEhCacheBasedUserCache
extends org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache
| Constructor and Description |
|---|
PentahoEhCacheBasedUserCache() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.userdetails.UserDetails |
getUserFromCache(String username) |
boolean |
isCaseSensitive() |
void |
putUserInCache(org.springframework.security.core.userdetails.UserDetails user) |
void |
removeUserFromCache(String username) |
void |
setCaseSensitive(boolean caseSensitive) |
public boolean isCaseSensitive()
public void setCaseSensitive(boolean caseSensitive)
public org.springframework.security.core.userdetails.UserDetails getUserFromCache(String username)
getUserFromCache in interface org.springframework.security.core.userdetails.UserCachegetUserFromCache in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCachepublic void putUserInCache(org.springframework.security.core.userdetails.UserDetails user)
putUserInCache in interface org.springframework.security.core.userdetails.UserCacheputUserInCache in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCachepublic void removeUserFromCache(String username)
removeUserFromCache in interface org.springframework.security.core.userdetails.UserCacheremoveUserFromCache in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCacheCopyright © 2021 Hitachi Vantara. All rights reserved.