Package hudson.security
Class HudsonPrivateSecurityRealm.Details
java.lang.Object
hudson.model.UserProperty
hudson.security.HudsonPrivateSecurityRealm.Details
- All Implemented Interfaces:
- ExtensionPoint,- Describable<UserProperty>,- ReconfigurableDescribable<UserProperty>
- Enclosing class:
- HudsonPrivateSecurityRealm
UserProperty that provides the UserDetails view of the User object.
 
 When a User object has this property on it, it means the user is configured
 for log-in.
 
 When a User object is re-configured via the UI, the password
 is sent to the hidden input field by using Protector, so that
 the same password can be retained but without leaking information to the browser.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from class hudson.model.UserPropertyuser
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Collection<? extends org.springframework.security.core.GrantedAuthority> booleanbooleanbooleanbooleanbooleanisPasswordCorrect(String candidate) Methods inherited from class hudson.model.UserPropertyall, allByCategoryClass, getDescriptor, reconfigure, reconfigure, setUser
- 
Method Details- 
getAuthorities2- Since:
- 2.266
 
- 
getAuthoritiesDeprecated.
- 
getPassword
- 
isPasswordCorrect
- 
getProtectedPassword
- 
getUsername
- 
isAccountNonExpiredpublic boolean isAccountNonExpired()
- 
isAccountNonLockedpublic boolean isAccountNonLocked()
- 
isCredentialsNonExpiredpublic boolean isCredentialsNonExpired()
- 
isEnabledpublic boolean isEnabled()
 
- 
getAuthorities2()