Uses of Class
com.michelin.cio.hudson.plugins.rolestrategy.Role
Package
Description
-
Uses of Role in com.michelin.cio.hudson.plugins.rolestrategy
Modifier and TypeMethodDescriptionRoleBasedAuthorizationStrategy.getGrantedRoles
(RoleType type) Deprecated.RoleBasedAuthorizationStrategy.getGrantedRoles
(String type) Deprecated.RoleMap.getGrantedRoles()
Deprecated.RoleBasedAuthorizationStrategy.getGrantedRolesEntries
(RoleType type) RoleBasedAuthorizationStrategy.getGrantedRolesEntries
(String type) RoleMap.getGrantedRolesEntries()
Get an unmodifiable sorted map containingRole
s and their assigned sids.RoleMap.getRoles()
Modifier and TypeMethodDescriptionvoid
Add the given role to thisRoleMap
.void
RoleMap.addRole
(Role role, Set<PermissionEntry> sids) Add the given role to thisRoleMap
and assign the sids to it.void
RoleMap.assignRole
(Role role, PermissionEntry sid) Assign the sid to the givenRole
.void
RoleMap.assignRole
(Role role, String sid) Deprecated.void
RoleMap.clearSidsForRole
(Role role) Clear all the sids associated to the givenRole
.boolean
void
RoleMap.removeRole
(Role role) Removes aRole
.void
RoleMap.unAssignRole
(Role role, PermissionEntry sid) unAssign the sid from the givenRole
.void
RoleMap.unAssignRole
(Role role, String sid) Deprecated.Modifier and TypeMethodDescriptionboolean
RoleBasedAuthorizationStrategy.DescriptorImpl.hasAmbiguousEntries
(SortedMap<Role, Set<PermissionEntry>> grantedRoles) ModifierConstructorDescriptionRoleMap
(SortedMap<Role, Set<PermissionEntry>> grantedRoles) Constructor. -
Uses of Role in com.synopsys.arc.jenkins.plugins.rolestrategy
-
Uses of Role in org.jenkinsci.plugins.rolestrategy.casc
RoleBasedAuthorizationStrategy.getGrantedRolesEntries(RoleType)