Uses of Interface
org.apache.jetspeed.om.registry.SecurityAccess

Packages that use SecurityAccess
org.apache.jetspeed.om.registry Represents a repository of configuration data. 
org.apache.jetspeed.om.registry.base   
 

Uses of SecurityAccess in org.apache.jetspeed.om.registry
 

Methods in org.apache.jetspeed.om.registry that return SecurityAccess
 SecurityAccess SecurityEntry.getAccess(java.lang.String action)
          Returns the SecurityAccess object for the action requested or null if no specific access is defined for this action.
 

Uses of SecurityAccess in org.apache.jetspeed.om.registry.base
 

Classes in org.apache.jetspeed.om.registry.base that implement SecurityAccess
 class BaseSecurityAccess
          Interface for manipulatin the Security Access on the registry entries
 

Methods in org.apache.jetspeed.om.registry.base that return SecurityAccess
 SecurityAccess BaseSecurityEntry.getAccess(java.lang.String action)
          Returns the SecurityAccess object for the action requested or null if no specific access is defined for this action.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.