public class OicUserDetails extends Object implements org.acegisecurity.userdetails.UserDetails
Constructor and Description |
---|
OicUserDetails(String userName,
org.acegisecurity.GrantedAuthority[] grantedAuthorities) |
Modifier and Type | Method and Description |
---|---|
org.acegisecurity.GrantedAuthority[] |
getAuthorities() |
String |
getPassword() |
String |
getUsername() |
boolean |
isAccountNonExpired() |
boolean |
isAccountNonLocked() |
boolean |
isCredentialsNonExpired() |
boolean |
isEnabled() |
public OicUserDetails(String userName, org.acegisecurity.GrantedAuthority[] grantedAuthorities)
public org.acegisecurity.GrantedAuthority[] getAuthorities()
getAuthorities
in interface org.acegisecurity.userdetails.UserDetails
public String getPassword()
getPassword
in interface org.acegisecurity.userdetails.UserDetails
public String getUsername()
getUsername
in interface org.acegisecurity.userdetails.UserDetails
public boolean isAccountNonExpired()
isAccountNonExpired
in interface org.acegisecurity.userdetails.UserDetails
public boolean isAccountNonLocked()
isAccountNonLocked
in interface org.acegisecurity.userdetails.UserDetails
public boolean isCredentialsNonExpired()
isCredentialsNonExpired
in interface org.acegisecurity.userdetails.UserDetails
public boolean isEnabled()
isEnabled
in interface org.acegisecurity.userdetails.UserDetails
Copyright © 2016–2019. All rights reserved.