public class UserAuthorisationCacheImpl extends Object implements UserAuthorisationCache
| Constructor and Description |
|---|
UserAuthorisationCacheImpl(com.atlassian.cache.Cache<String,Boolean> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
clear(String userName,
String applicationName) |
Boolean |
isPermitted(String userName,
String applicationName) |
void |
setPermitted(String userName,
String applicationName,
boolean permitted) |
public void setPermitted(String userName, String applicationName, boolean permitted)
setPermitted in interface UserAuthorisationCachepublic Boolean isPermitted(String userName, String applicationName)
isPermitted in interface UserAuthorisationCachepublic void clear()
clear in interface UserAuthorisationCachepublic void clear(String userName, String applicationName)
clear in interface UserAuthorisationCacheCopyright © 2018 Atlassian. All rights reserved.