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

Packages that use RolePrincipal
org.apache.jetspeed.security.spi   
 

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

Methods in org.apache.jetspeed.security.spi that return RolePrincipal
 RolePrincipal RoleSecurityHandler.getRolePrincipal(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.
 



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