Uses of Class
com.michelin.cio.hudson.plugins.rolestrategy.Role
Packages that use Role
Package
Description
-
Uses of Role in com.michelin.cio.hudson.plugins.rolestrategy
Methods in com.michelin.cio.hudson.plugins.rolestrategy that return RoleMethods in com.michelin.cio.hudson.plugins.rolestrategy that return types with arguments of type RoleModifier 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()
Methods in com.michelin.cio.hudson.plugins.rolestrategy with parameters of type RoleModifier 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.Method parameters in com.michelin.cio.hudson.plugins.rolestrategy with type arguments of type RoleModifier and TypeMethodDescriptionboolean
RoleBasedAuthorizationStrategy.DescriptorImpl.hasAmbiguousEntries
(SortedMap<Role, Set<PermissionEntry>> grantedRoles) Constructor parameters in com.michelin.cio.hudson.plugins.rolestrategy with type arguments of type RoleModifierConstructorDescriptionRoleMap
(SortedMap<Role, Set<PermissionEntry>> grantedRoles) Constructor. -
Uses of Role in com.synopsys.arc.jenkins.plugins.rolestrategy
Methods in com.synopsys.arc.jenkins.plugins.rolestrategy with parameters of type Role -
Uses of Role in org.jenkinsci.plugins.rolestrategy.casc
Methods in org.jenkinsci.plugins.rolestrategy.casc that return Role
RoleBasedAuthorizationStrategy.getGrantedRolesEntries(RoleType)