Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.search |
QuickSilver-like
search/jump capability for better navigation around the website.
|
hudson.security |
Security-related code.
|
jenkins.security |
Modifier and Type | Class and Description |
---|---|
class |
MyViewsProperty
A UserProperty that remembers user-private views.
|
class |
PaneStatusProperties |
Modifier and Type | Method and Description |
---|---|
<T extends UserProperty> |
User.getProperty(Class<T> clazz)
Gets the specific property, or null.
|
Modifier and Type | Method and Description |
---|---|
abstract UserProperty |
UserPropertyDescriptor.newInstance(User user)
Creates a default instance of
UserProperty to be associated
with User object that wasn't created from a persisted XML data. |
UserProperty |
PaneStatusProperties.DescriptorImpl.newInstance(User user) |
UserProperty |
MyViewsProperty.DescriptorImpl.newInstance(User user) |
UserProperty |
UserProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
UserProperty |
MyViewsProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
Modifier and Type | Method and Description |
---|---|
static DescriptorExtensionList<UserProperty,UserPropertyDescriptor> |
UserProperty.all()
Returns all the registered
UserPropertyDescriptor s. |
List<UserProperty> |
User.getAllProperties()
List of all
UserProperty s exposed primarily for the remoting API. |
Map<Descriptor<UserProperty>,UserProperty> |
User.getProperties()
Gets the user properties configured for this user.
|
Map<Descriptor<UserProperty>,UserProperty> |
User.getProperties()
Gets the user properties configured for this user.
|
Modifier and Type | Method and Description |
---|---|
void |
User.addProperty(UserProperty p)
Updates the user object by adding a property.
|
Constructor and Description |
---|
UserPropertyDescriptor(Class<? extends UserProperty> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
UserSearchProperty |
Modifier and Type | Method and Description |
---|---|
UserProperty |
UserSearchProperty.DescriptorImpl.newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
UserProperty |
UserSearchProperty.DescriptorImpl.newInstance(User user) |
Modifier and Type | Class and Description |
---|---|
class |
FederatedLoginServiceUserProperty
Remembers identifiers given by
FederatedLoginService to this user. |
static class |
HudsonPrivateSecurityRealm.Details
UserProperty that provides the UserDetails view of the User object. |
Modifier and Type | Method and Description |
---|---|
UserProperty |
HudsonPrivateSecurityRealm.Details.DescriptorImpl.newInstance(User user) |
Modifier and Type | Class and Description |
---|---|
class |
ApiTokenProperty
Remembers the API token for this user, that can be used like a password to login.
|
class |
LastGrantedAuthoritiesProperty
Remembers the set of
GrantedAuthority s that was obtained the last time the user has logged in. |
Modifier and Type | Method and Description |
---|---|
UserProperty |
LastGrantedAuthoritiesProperty.DescriptorImpl.newInstance(User user) |
UserProperty |
ApiTokenProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form) |
UserProperty |
LastGrantedAuthoritiesProperty.reconfigure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject form)
Stick to the same object since there's no UI for this.
|
Copyright © 2017. All rights reserved.