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.UserCache
getUserFromCache
in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache
public void putUserInCache(org.springframework.security.core.userdetails.UserDetails user)
putUserInCache
in interface org.springframework.security.core.userdetails.UserCache
putUserInCache
in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache
public void removeUserFromCache(String username)
removeUserFromCache
in interface org.springframework.security.core.userdetails.UserCache
removeUserFromCache
in class org.springframework.security.core.userdetails.cache.EhCacheBasedUserCache
Copyright © 2021 Hitachi Vantara. All rights reserved.