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 TypeMethodDescriptionbooleanbooleanbooleanbooleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.acegisecurity.userdetails.UserDetails
toSpring
-
Constructor Details
-
OpenShiftUserDetails
-
-
Method Details
-
getAuthorities
- Specified by:
getAuthoritiesin interfaceUserDetails
-
getPassword
- Specified by:
getPasswordin interfaceUserDetails
-
getUsername
- Specified by:
getUsernamein interfaceUserDetails
-
isAccountNonExpired
public boolean isAccountNonExpired()- Specified by:
isAccountNonExpiredin interfaceUserDetails
-
isAccountNonLocked
public boolean isAccountNonLocked()- Specified by:
isAccountNonLockedin interfaceUserDetails
-
isCredentialsNonExpired
public boolean isCredentialsNonExpired()- Specified by:
isCredentialsNonExpiredin interfaceUserDetails
-
isEnabled
public boolean isEnabled()- Specified by:
isEnabledin interfaceUserDetails
-