Class OpenShiftUserDetails
java.lang.Object
org.openshift.jenkins.plugins.openshiftlogin.OpenShiftUserDetails
- All Implemented Interfaces:
Serializable
,UserDetails
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.acegisecurity.userdetails.UserDetails
toSpring
-
Constructor Details
-
OpenShiftUserDetails
-
-
Method Details
-
getAuthorities
- Specified by:
getAuthorities
in interfaceUserDetails
-
getPassword
- Specified by:
getPassword
in interfaceUserDetails
-
getUsername
- Specified by:
getUsername
in interfaceUserDetails
-
isAccountNonExpired
public boolean isAccountNonExpired()- Specified by:
isAccountNonExpired
in interfaceUserDetails
-
isAccountNonLocked
public boolean isAccountNonLocked()- Specified by:
isAccountNonLocked
in interfaceUserDetails
-
isCredentialsNonExpired
public boolean isCredentialsNonExpired()- Specified by:
isCredentialsNonExpired
in interfaceUserDetails
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabled
in interfaceUserDetails
-