public class ClusterAwareUserAuthorisationCache extends DelegatingUserAuthorisationCache implements UserAuthorisationCache
ClusterMessageService
Modifier and Type | Field and Description |
---|---|
protected static String |
CLUSTER_MESSAGE_CHANNEL |
protected static String |
CLUSTER_MESSAGE_CLEAR |
Constructor and Description |
---|
ClusterAwareUserAuthorisationCache(UserAuthorisationCache delegate,
ClusterMessageService clusterMessageService) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the user authorisation cache.
|
void |
registerClusterListener() |
void |
unregisterClusterListener() |
isPermitted, setPermitted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isPermitted, setPermitted
protected static final String CLUSTER_MESSAGE_CHANNEL
protected static final String CLUSTER_MESSAGE_CLEAR
public ClusterAwareUserAuthorisationCache(UserAuthorisationCache delegate, ClusterMessageService clusterMessageService)
public void clear()
UserAuthorisationCache
clear
in interface UserAuthorisationCache
clear
in class DelegatingUserAuthorisationCache
@PostConstruct public void registerClusterListener()
@PreDestroy public void unregisterClusterListener()
Copyright © 2021 Atlassian. All rights reserved.