com.atlassian.confluence.security
Class PermissionCheckDispatcher

java.lang.Object
  extended by com.atlassian.confluence.security.PermissionCheckDispatcher
All Implemented Interfaces:
com.opensymphony.webwork.WebWorkStatics

Deprecated. since 2.7 see PermissionManager

@Deprecated
public class PermissionCheckDispatcher
extends Object
implements com.opensymphony.webwork.WebWorkStatics


Field Summary
 
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERLVET_DISPATCHER, SERVLET_CONFIG, SERVLET_DISPATCHER
 
Constructor Summary
PermissionCheckDispatcher()
          Deprecated.  
 
Method Summary
 void clearCache()
          Deprecated. Clears any permissions that may be cached by the dispatcher.
 boolean isPermitted(String url)
          Deprecated.  
 boolean isPermittedForAjax(String springRef, List params)
          Deprecated.  
 void setPermissionCheckDispatcherResultCache(PermissionCheckDispatcherResultCache permissionCheckDispatcherResultCache)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionCheckDispatcher

public PermissionCheckDispatcher()
Deprecated. 
Method Detail

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. 


Copyright © 2003-2012 Atlassian. All Rights Reserved.