Uses of Class
com.michelin.cio.hudson.plugins.rolestrategy.Role

Uses of Role in com.michelin.cio.hudson.plugins.rolestrategy
 

Methods in com.michelin.cio.hudson.plugins.rolestrategy that return Role
 Role RoleMap.getRole(java.lang.String name)
          Get the Role object named after the given param.
 

Methods in com.michelin.cio.hudson.plugins.rolestrategy that return types with arguments of type Role
 java.util.SortedMap<Role,java.util.Set<java.lang.String>> RoleMap.getGrantedRoles()
          Get an unmodifiable sorted map containing Roles and their assigned sids.
 java.util.SortedMap<Role,java.util.Set<java.lang.String>> RoleBasedAuthorizationStrategy.getGrantedRoles(java.lang.String type)
          Get the roles from the global RoleMap.
 java.util.Set<Role> RoleMap.getRoles()
          Get an unmodifiable set containing all the Roles of this RoleMap.
 

Methods in com.michelin.cio.hudson.plugins.rolestrategy with parameters of type Role
 void RoleMap.addRole(Role role)
          Add the given role to this RoleMap.
 void RoleMap.assignRole(Role role, java.lang.String sid)
          Assign the sid to the given Role.
 void RoleMap.clearSidsForRole(Role role)
          Clear all the sids associated to the given Role.
 boolean RoleMap.hasRole(Role role)
          Check if the RoleMap contains the given Role.
 



Copyright © 2010. All Rights Reserved.