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

Packages that use Role
org.apache.jetspeed.security Jetspeed security service interfaces. 
org.apache.jetspeed.security.impl Jetspeed security service implementation including Jetspeed JAAS providers. 
 

Uses of Role in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return Role
 Role RoleManager.getRole(java.lang.String roleFullPathName)
          Get a role Role for a given role full path name.
 

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

Classes in org.apache.jetspeed.security.impl that implement Role
 class RoleImpl
          A role made of a Principal and the user Preferences.
 

Methods in org.apache.jetspeed.security.impl that return Role
 Role RoleManagerImpl.getRole(java.lang.String roleFullPathName)
           
 



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