public class OpenShiftUserDetails extends Object implements UserDetails
| Constructor and Description |
|---|
OpenShiftUserDetails(String name,
GrantedAuthority[] auths) |
| Modifier and Type | Method and Description |
|---|---|
GrantedAuthority[] |
getAuthorities() |
String |
getPassword() |
String |
getUsername() |
boolean |
isAccountNonExpired() |
boolean |
isAccountNonLocked() |
boolean |
isCredentialsNonExpired() |
boolean |
isEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromSpring, fromSpringPrincipal, toSpring, toSpringPrincipalpublic OpenShiftUserDetails(String name, GrantedAuthority[] auths)
public GrantedAuthority[] getAuthorities()
getAuthorities in interface UserDetailspublic String getPassword()
getPassword in interface UserDetailspublic String getUsername()
getUsername in interface UserDetailspublic boolean isAccountNonExpired()
isAccountNonExpired in interface UserDetailspublic boolean isAccountNonLocked()
isAccountNonLocked in interface UserDetailspublic boolean isCredentialsNonExpired()
isCredentialsNonExpired in interface UserDetailspublic boolean isEnabled()
isEnabled in interface UserDetailsCopyright © 2016–2022. All rights reserved.