com.atlassian.confluence.security
Class PermissionCheckDispatcher
java.lang.Object
com.atlassian.confluence.security.PermissionCheckDispatcher
- All Implemented Interfaces:
- WebWorkStatics
Deprecated. since 2.7 see PermissionManager
public class PermissionCheckDispatcher
- extends Object
- implements WebWorkStatics
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PermissionCheckDispatcher
public PermissionCheckDispatcher()
- Deprecated.
setPermissionCheckDispatcherResultCache
public void setPermissionCheckDispatcherResultCache(PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache)
- Deprecated.
isPermitted
public boolean isPermitted(String url)
- Deprecated.
clearCache
public void clearCache()
- Deprecated.
- Clears any permissions that may be cached by the dispatcher. If you've just changed
something to do with permissions, it's probably safest to empty out the cache.
isPermittedForAjax
public boolean isPermittedForAjax(String springRef,
List params)
- Deprecated.