This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.jetspeed.security.RolePrincipal (Jetspeed-2 Core API 2.1.3 API)

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.