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

Packages that use SecurityEntry
org.apache.jetspeed.om.dbregistry   
org.apache.jetspeed.om.registry.base   
 

Uses of SecurityEntry in org.apache.jetspeed.om.dbregistry
 

Methods in org.apache.jetspeed.om.dbregistry that return SecurityEntry
static SecurityEntry SecurityDbEntryPeer.lookupSecurityEntry(java.lang.String entryName)
           
static SecurityEntry SecurityDbEntryPeer.mapDatabaseToEntry(org.apache.jetspeed.om.dbregistry.SecurityDbEntry sde)
           
 

Methods in org.apache.jetspeed.om.dbregistry with parameters of type SecurityEntry
static void SecurityDbEntryPeer.storeSecurityEntry(SecurityEntry se)
           
 

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

Classes in org.apache.jetspeed.om.registry.base that implement SecurityEntry
 class BaseSecurityEntry
          Interface for manipulatin the Security Entry on the registry entries
 

Methods in org.apache.jetspeed.om.registry.base that return SecurityEntry
 SecurityEntry BaseSecurityRegistry.getSecurityEntry(java.lang.String name)
          returns a security entry from the registry based on the name provided
 SecurityEntry BaseSecurityRegistry.createSecurityEntry()
           
 SecurityEntry BaseSecurityRegistry.cloneSecurityEntry(java.lang.String original, java.lang.String newName)
          Makes an exact copy of the named role, but changing the nmae attribute to the value of newName
 



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