Uses of Class
hudson.model.UserProperty
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.QuickSilver-like search/jump capability for better navigation around Jenkins.
Security-related code.
-
Uses of UserProperty in hudson.model
Modifier and TypeClassDescriptionclass
A UserProperty that remembers user-private views.class
class
A UserProperty that allows a user to specify a time zone for displaying time.Modifier and TypeMethodDescription<T extends UserProperty>
TUser.getProperty
(Class<T> clazz) Gets the specific property, or null.Modifier and TypeMethodDescriptionMyViewsProperty.DescriptorImpl.newInstance
(User user) PaneStatusProperties.DescriptorImpl.newInstance
(User user) TimeZoneProperty.DescriptorImpl.newInstance
(User user) abstract UserProperty
UserPropertyDescriptor.newInstance
(User user) Creates a default instance ofUserProperty
to be associated withUser
object that wasn't created from a persisted XML data.MyViewsProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) UserProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) UserProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject form) Deprecated.Modifier and TypeMethodDescriptionUserProperty.all()
Returns all the registeredUserPropertyDescriptor
s.User.getAllProperties()
List of allUserProperty
s exposed primarily for the remoting API.User.getProperties()
Gets the user properties configured for this user.User.getProperties()
Gets the user properties configured for this user.Modifier and TypeMethodDescriptionvoid
User.addProperty
(UserProperty p) Updates the user object by adding a property.Modifier and TypeMethodDescriptionvoid
User.addProperties
(List<UserProperty> multipleProperties) ExpandUser.addProperty(UserProperty)
for multiple properties to be done at once.ModifierConstructorDescriptionprotected
UserPropertyDescriptor
(Class<? extends UserProperty> clazz) -
Uses of UserProperty in hudson.search
Modifier and TypeMethodDescriptionUserSearchProperty.DescriptorImpl.newInstance
(User user) UserSearchProperty.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of UserProperty in hudson.security
Modifier and TypeClassDescriptionclass
Remembers identifiers given byFederatedLoginService
to this user.static final class
UserProperty
that provides theUserDetails
view of the User object.Modifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.DescriptorImpl.newInstance
(User user) -
Uses of UserProperty in jenkins.console
Modifier and TypeClassDescriptionclass
Allows users to activate and sortConsoleUrlProvider
extensions based on their preferences.Modifier and TypeMethodDescriptionConsoleUrlProviderUserProperty.DescriptorImpl.newInstance
(User user) -
Uses of UserProperty in jenkins.model.experimentalflags
Modifier and TypeClassDescriptionclass
Per user experimental flags to enable features that still not completely ready to be active by default.Modifier and TypeMethodDescriptionUserExperimentalFlagsProperty.DescriptorImpl.newInstance
(User user) UserExperimentalFlagsProperty.DescriptorImpl.newInstance
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject formData) -
Uses of UserProperty in jenkins.security
Modifier and TypeClassDescriptionclass
Remembers the API token for this user, that can be used like a password to login.class
Remembers the set ofGrantedAuthority
s that was obtained the last time the user has logged in.Modifier and TypeMethodDescriptionLastGrantedAuthoritiesProperty.DescriptorImpl.newInstance
(User user) ApiTokenProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Allow user to rename tokensLastGrantedAuthoritiesProperty.reconfigure
(org.kohsuke.stapler.StaplerRequest2 req, net.sf.json.JSONObject form) Stick to the same object since there's no UI for this. -
Uses of UserProperty in jenkins.security.seed
Modifier and TypeClassDescriptionclass
The seed stored in this property is used to have a revoke feature on the session without having to hack the session management that depends on the application server used to run the instance.