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

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

Uses of InternalPrincipal in org.apache.jetspeed.security.om
 

Subinterfaces of InternalPrincipal in org.apache.jetspeed.security.om
 interface InternalGroupPrincipal
          Interface representing a Jetspeed security group principal object model.
 interface InternalRolePrincipal
          Interface representing Jetspeed security role principal object model.
 interface InternalUserPrincipal
          Interface representing Jetspeed security user principal object model.
 

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

Classes in org.apache.jetspeed.security.om.impl that implement InternalPrincipal
 class InternalGroupPrincipalImpl
          InternalGroupPrincipal interface implementation.
 class InternalPrincipalImpl
           InternalPrincipalinterface implementation.
 class InternalRolePrincipalImpl
          InternalRolePrincipal interface implementation.
 class InternalUserPrincipalImpl
          InternalUserPrincipal interface implementation.
 



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