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

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

Packages that use Role
org.apache.jetspeed.security Jetspeed security service interfaces. 
 

Uses of Role in org.apache.jetspeed.security
 

Methods in org.apache.jetspeed.security that return Role
 Role RoleManager.addRole(java.lang.String roleName)
           Add a new role
 Role RoleManager.addRole(java.lang.String roleName, boolean mapped)
           Add a new role and optionally map/replicate it to an external storage manager (if configured).
 Role RoleManager.getRole(java.lang.String roleName)
          Get a role Role for a given role name.
 Role RoleManager.newRole(java.lang.String name, boolean mapped)
           
 Role RoleManager.newTransientRole(java.lang.String name)
           
 

Methods in org.apache.jetspeed.security that return types with arguments of type Role
 java.util.List<Role> RoleManager.getRoles(java.lang.String nameFilter)
          Retrieves a detached and modifiable Role list matching the corresponding role name filter.
 java.util.List<Role> RoleManager.getRolesAssociatedFrom(Role from, java.lang.String associationName)
          Retrieve all the roles which are associated from the provided role.
 java.util.List<Role> RoleManager.getRolesAssociatedTo(Role to, java.lang.String associationName)
          Retrieve all the roles which are associated to the provided role.
 java.util.List<Role> RoleManager.getRolesForUser(java.lang.String username)
          Retrieves a detached and modifiable Role list of all the roles associated to a specific user.
 java.util.List<Role> RoleManager.getRolesInGroup(java.lang.String groupName)
          Retrieves a detached and modifiable Role list of all the roles associated to a specific group.
 

Methods in org.apache.jetspeed.security with parameters of type Role
 void RoleManager.addRoleToRole(Role from, Role to, java.lang.String associationName)
          Add a hierarchical association between two roles.
 java.util.List<Role> RoleManager.getRolesAssociatedFrom(Role from, java.lang.String associationName)
          Retrieve all the roles which are associated from the provided role.
 java.util.List<Role> RoleManager.getRolesAssociatedTo(Role to, java.lang.String associationName)
          Retrieve all the roles which are associated to the provided role.
 void RoleManager.removeRoleFromRole(Role from, Role to, java.lang.String associationName)
          Remove a hierarchical association between two roles.
 void RoleManager.updateRole(Role role)
          Updates a role and all its attributes
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.