Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.security |
Security-related code.
|
jenkins.model |
Modifier and Type | Method and Description |
---|---|
static IdStrategy |
User.idStrategy()
Returns the
IdStrategy for use with User instances. |
Modifier and Type | Method and Description |
---|---|
IdStrategy |
SecurityRealm.getGroupIdStrategy()
Returns the
IdStrategy that should be used for turning GroupDetails.getName()
into an ID. |
IdStrategy |
SecurityRealm.getUserIdStrategy()
Returns the
IdStrategy that should be used for turning
UserDetails.getUsername() into an ID. |
Modifier and Type | Class and Description |
---|---|
static class |
IdStrategy.CaseInsensitive
The default case insensitive
IdStrategy |
static class |
IdStrategy.CaseSensitive
A case sensitive
IdStrategy |
static class |
IdStrategy.CaseSensitiveEmailAddress
A case sensitive email address
IdStrategy . |
Modifier and Type | Field and Description |
---|---|
static IdStrategy |
IdStrategy.CASE_INSENSITIVE
The default case insensitive strategy.
|
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<IdStrategy,IdStrategyDescriptor> |
IdStrategy.all()
Returns all the registered
IdStrategy descriptors. |
Copyright © 2018. All rights reserved.