com.atlassian.crowd.cache
Class UserAuthorisationCacheImpl
java.lang.Object
com.atlassian.crowd.cache.UserAuthorisationCacheImpl
- All Implemented Interfaces:
- UserAuthorisationCache
public class UserAuthorisationCacheImpl
- extends Object
- implements UserAuthorisationCache
Default implementation of UserAuthorisationCache in Crowd.
- Since:
- v2.2
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAuthorisationCacheImpl
public UserAuthorisationCacheImpl(CacheManager cacheManager)
setPermitted
public void setPermitted(String userName,
String applicationName,
boolean permitted)
- Specified by:
setPermitted in interface UserAuthorisationCache
isPermitted
public Boolean isPermitted(String userName,
String applicationName)
- Specified by:
isPermitted in interface UserAuthorisationCache
clear
public void clear()
- Specified by:
clear in interface UserAuthorisationCache
clear
public void clear(String userName,
String applicationName)
- Specified by:
clear in interface UserAuthorisationCache
Copyright © 2016 Atlassian. All Rights Reserved.