Uses of Interface
org.apache.jetspeed.security.RolePrincipal

Packages that use RolePrincipal
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
org.apache.jetspeed.security.spi   
org.apache.jetspeed.security.spi.impl   
 

Uses of RolePrincipal in org.apache.jetspeed.security.impl
 

Classes in org.apache.jetspeed.security.impl that implement RolePrincipal
 class RolePrincipalImpl
          RolePrincipal interface implementation.
 

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

Methods in org.apache.jetspeed.security.spi that return RolePrincipal
 RolePrincipal RoleSecurityHandler.getRolePrincipal(java.lang.String roleFullPathName)
           Gets the role principal for the role full path name {principal}.{subprincipal}.
 

Methods in org.apache.jetspeed.security.spi with parameters of type RolePrincipal
 void RoleSecurityHandler.removeRolePrincipal(RolePrincipal rolePrincipal)
           Removes the role principal.
 void RoleSecurityHandler.setRolePrincipal(RolePrincipal rolePrincipal)
           Sets the role principal in the backing store.
 

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

Methods in org.apache.jetspeed.security.spi.impl that return RolePrincipal
 RolePrincipal LdapRoleSecurityHandler.getRolePrincipal(java.lang.String roleFullPathName)
           
 RolePrincipal DefaultRoleSecurityHandler.getRolePrincipal(java.lang.String roleFullPathName)
           
 

Methods in org.apache.jetspeed.security.spi.impl with parameters of type RolePrincipal
 void LdapRoleSecurityHandler.removeRolePrincipal(RolePrincipal rolePrincipal)
           
 void DefaultRoleSecurityHandler.removeRolePrincipal(RolePrincipal rolePrincipal)
           
 void LdapRoleSecurityHandler.setRolePrincipal(RolePrincipal rolePrincipal)
           
 void DefaultRoleSecurityHandler.setRolePrincipal(RolePrincipal rolePrincipal)
           
 



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