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

Packages that use InternalGroupPrincipal
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 InternalGroupPrincipal in org.apache.jetspeed.security.om.impl
 

Classes in org.apache.jetspeed.security.om.impl that implement InternalGroupPrincipal
 class InternalGroupPrincipalImpl
          InternalGroupPrincipal interface implementation.
 

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

Methods in org.apache.jetspeed.security.spi that return InternalGroupPrincipal
 InternalGroupPrincipal SecurityAccess.getInternalGroupPrincipal(java.lang.String groupFullPathName)
           Returns the InternalGroupPrincipalfrom the group full path name.
 

Methods in org.apache.jetspeed.security.spi with parameters of type InternalGroupPrincipal
 void SecurityAccess.removeInternalGroupPrincipal(InternalGroupPrincipal internalGroup)
           Remove the given InternalGroupPrincipal.
 void SecurityAccess.setInternalGroupPrincipal(InternalGroupPrincipal internalGroup, boolean isMappingOnly)
           Sets the given InternalGroupPrincipal.
 

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

Methods in org.apache.jetspeed.security.spi.impl that return InternalGroupPrincipal
 InternalGroupPrincipal SecurityAccessImpl.getInternalGroupPrincipal(java.lang.String groupFullPathName)
           Returns the InternalGroupPrincipalfrom the group full path name.
 

Methods in org.apache.jetspeed.security.spi.impl with parameters of type InternalGroupPrincipal
 void SecurityAccessImpl.removeInternalGroupPrincipal(InternalGroupPrincipal internalGroup)
           Remove the given InternalGroupPrincipal.
 void SecurityAccessImpl.setInternalGroupPrincipal(InternalGroupPrincipal internalGroup, boolean isMappingOnly)
           Sets the given InternalGroupPrincipal.
 



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