Uses of Class
jenkins.model.IdStrategy
-
Packages that use IdStrategy Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.security Security-related code.jenkins.model -
-
Uses of IdStrategy in hudson.model
Methods in hudson.model that return IdStrategy Modifier and Type Method Description protected IdStrategy
UserIdMapper. getIdStrategy()
static IdStrategy
User. idStrategy()
Returns theIdStrategy
for use withUser
instances. -
Uses of IdStrategy in hudson.security
Methods in hudson.security that return IdStrategy Modifier and Type Method Description IdStrategy
SecurityRealm. getGroupIdStrategy()
Returns theIdStrategy
that should be used for turningGroupDetails.getName()
into an ID.IdStrategy
SecurityRealm. getUserIdStrategy()
Returns theIdStrategy
that should be used for turningUserDetails.getUsername()
into an ID. -
Uses of IdStrategy in jenkins.model
Subclasses of IdStrategy in jenkins.model Modifier and Type Class Description static class
IdStrategy.CaseInsensitive
The default case insensitiveIdStrategy
static class
IdStrategy.CaseSensitive
A case sensitiveIdStrategy
static class
IdStrategy.CaseSensitiveEmailAddress
A case sensitive email addressIdStrategy
.Fields in jenkins.model declared as IdStrategy Modifier and Type Field Description static IdStrategy
IdStrategy. CASE_INSENSITIVE
The default case insensitive strategy.Methods in jenkins.model that return types with arguments of type IdStrategy Modifier and Type Method Description static DescriptorExtensionList<IdStrategy,IdStrategyDescriptor>
IdStrategy. all()
Returns all the registeredIdStrategy
descriptors.
-