| Package | Description |
|---|---|
| io.jenkins.plugins.folderauth | |
| io.jenkins.plugins.folderauth.misc | |
| io.jenkins.plugins.folderauth.roles |
This package contains roles used by
FolderBasedAuthorizationStrategy
to allow or deny access to users identified by their Sids as
Strings. |
| Modifier and Type | Method and Description |
|---|---|
Set<FolderRole> |
FolderAuthorizationStrategyManagementLink.getFolderRoles()
Returns the
FolderRoles used by the FolderBasedAuthorizationStrategy. |
Set<FolderRole> |
FolderBasedAuthorizationStrategy.getFolderRoles()
Returns the
FolderRoles on which this AuthorizationStrategy works. |
| Modifier and Type | Method and Description |
|---|---|
static void |
FolderAuthorizationStrategyAPI.addFolderRole(FolderRole role)
Adds a
FolderRole to the FolderBasedAuthorizationStrategy. |
| Constructor and Description |
|---|
FolderBasedAuthorizationStrategy(Set<GlobalRole> globalRoles,
Set<FolderRole> folderRoles,
Set<AgentRole> agentRoles) |
| Modifier and Type | Method and Description |
|---|---|
FolderRole |
FolderRoleCreationRequest.getFolderRole() |
| Modifier and Type | Method and Description |
|---|---|
int |
FolderRole.compareTo(FolderRole other) |
Copyright © 2016–2019. All rights reserved.