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 containingRoles and their assigned sids.RoleMap.getRoles()Methods in com.michelin.cio.hudson.plugins.rolestrategy with parameters of type RoleModifier and TypeMethodDescriptionvoidAdd the given role to thisRoleMap.voidRoleMap.addRole(Role role, Set<PermissionEntry> sids) Add the given role to thisRoleMapand assign the sids to it.voidRoleMap.assignRole(Role role, PermissionEntry sid) Assign the sid to the givenRole.voidRoleMap.assignRole(Role role, String sid) Deprecated.voidRoleMap.clearSidsForRole(Role role) Clear all the sids associated to the givenRole.booleanvoidRoleMap.removeRole(Role role) Removes aRole.voidRoleMap.unAssignRole(Role role, PermissionEntry sid) unAssign the sid from the givenRole.voidRoleMap.unAssignRole(Role role, String sid) Deprecated.Method parameters in com.michelin.cio.hudson.plugins.rolestrategy with type arguments of type RoleModifier and TypeMethodDescriptionbooleanRoleBasedAuthorizationStrategy.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)