| Package | Description |
|---|---|
| jenkins.security | |
| org.jenkinsci.remoting |
| Modifier and Type | Field and Description |
|---|---|
static Role |
Roles.MASTER
Indicates that a callable runs on masters, requested by slaves/CLI/maven/whatever.
|
static Role |
Roles.SLAVE
Indicates that a callable is meant to run on slaves.
|
| Modifier and Type | Field and Description |
|---|---|
static Role |
Role.UNKNOWN
Used as a place holder when
Callable didn't declare any role. |
| Modifier and Type | Field and Description |
|---|---|
static Collection<Role> |
Role.UNKNOWN_SET
Convenience singleton collection that only include
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleChecker.check(RoleSensitive subject,
Role... expected) |
void |
RoleChecker.check(RoleSensitive subject,
Role expected) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RoleChecker.check(RoleSensitive subject,
Collection<Role> expected)
Called from
RoleSensitive.checkRoles(RoleChecker) to ensure that this side of the channel
is willing to execute Callables that expects one of the given roles on their intended recipients. |
Copyright © 2004-2014. All Rights Reserved.