Uses of Interface
org.apache.jetspeed.security.om.InternalRolePrincipal

Packages that use InternalRolePrincipal
org.apache.jetspeed.security.om.impl Implementation of the object model for Jetspeed security service and JAAS providers implementation. 
org.apache.jetspeed.security.spi   
org.apache.jetspeed.security.spi.impl   
 

Uses of InternalRolePrincipal in org.apache.jetspeed.security.om.impl
 

Classes in org.apache.jetspeed.security.om.impl that implement InternalRolePrincipal
 class InternalRolePrincipalImpl
          InternalRolePrincipal interface implementation.
 

Uses of InternalRolePrincipal in org.apache.jetspeed.security.spi
 

Methods in org.apache.jetspeed.security.spi that return InternalRolePrincipal
 InternalRolePrincipal SecurityAccess.getInternalRolePrincipal(java.lang.String roleFullPathName)
           Returns the InternalRolePrincipalfrom the role full path name.
 

Methods in org.apache.jetspeed.security.spi with parameters of type InternalRolePrincipal
 void SecurityAccess.removeInternalRolePrincipal(InternalRolePrincipal internalRole)
           Remove the given InternalRolePrincipal.
 void SecurityAccess.setInternalRolePrincipal(InternalRolePrincipal internalRole, boolean isMappingOnly)
           Sets the given InternalRolePrincipal.
 

Uses of InternalRolePrincipal in org.apache.jetspeed.security.spi.impl
 

Methods in org.apache.jetspeed.security.spi.impl that return InternalRolePrincipal
 InternalRolePrincipal SecurityAccessImpl.getInternalRolePrincipal(java.lang.String roleFullPathName)
           Returns the InternalRolePrincipalfrom the role full path name.
 

Methods in org.apache.jetspeed.security.spi.impl with parameters of type InternalRolePrincipal
 void SecurityAccessImpl.removeInternalRolePrincipal(InternalRolePrincipal internalRole)
           Remove the given InternalRolePrincipal.
 void SecurityAccessImpl.setInternalRolePrincipal(InternalRolePrincipal internalRole, boolean isMappingOnly)
           Sets the given InternalRolePrincipal.
 



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.