public class OpenShiftUserDetails extends Object implements org.acegisecurity.userdetails.UserDetails
| Constructor and Description |
|---|
OpenShiftUserDetails(String name,
org.acegisecurity.GrantedAuthority[] auths) |
| Modifier and Type | Method and Description |
|---|---|
org.acegisecurity.GrantedAuthority[] |
getAuthorities() |
String |
getPassword() |
String |
getUsername() |
boolean |
isAccountNonExpired() |
boolean |
isAccountNonLocked() |
boolean |
isCredentialsNonExpired() |
boolean |
isEnabled() |
public OpenShiftUserDetails(String name, org.acegisecurity.GrantedAuthority[] auths)
public org.acegisecurity.GrantedAuthority[] getAuthorities()
getAuthorities in interface org.acegisecurity.userdetails.UserDetailspublic String getPassword()
getPassword in interface org.acegisecurity.userdetails.UserDetailspublic String getUsername()
getUsername in interface org.acegisecurity.userdetails.UserDetailspublic boolean isAccountNonExpired()
isAccountNonExpired in interface org.acegisecurity.userdetails.UserDetailspublic boolean isAccountNonLocked()
isAccountNonLocked in interface org.acegisecurity.userdetails.UserDetailspublic boolean isCredentialsNonExpired()
isCredentialsNonExpired in interface org.acegisecurity.userdetails.UserDetailspublic boolean isEnabled()
isEnabled in interface org.acegisecurity.userdetails.UserDetailsCopyright © 2016–2020. All rights reserved.