static class UserAccountDetailService.UserAccountDetails extends Object implements org.springframework.security.core.userdetails.UserDetails
Constructor and Description |
---|
UserAccountDetails(UserAccount userAccount) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Collection<? extends org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
String |
getPassword() |
String |
getUsername() |
int |
hashCode() |
boolean |
isAccountNonExpired() |
boolean |
isAccountNonLocked() |
boolean |
isCredentialsNonExpired() |
boolean |
isEnabled() |
String |
toString() |
public UserAccountDetails(UserAccount userAccount)
public boolean isAccountNonExpired()
isAccountNonExpired
in interface org.springframework.security.core.userdetails.UserDetails
public boolean isAccountNonLocked()
isAccountNonLocked
in interface org.springframework.security.core.userdetails.UserDetails
public boolean isCredentialsNonExpired()
isCredentialsNonExpired
in interface org.springframework.security.core.userdetails.UserDetails
@Generated(value="lombok") public String getUsername()
getUsername
in interface org.springframework.security.core.userdetails.UserDetails
@Generated(value="lombok") public String getPassword()
getPassword
in interface org.springframework.security.core.userdetails.UserDetails
@Generated(value="lombok") public boolean isEnabled()
isEnabled
in interface org.springframework.security.core.userdetails.UserDetails
@Generated(value="lombok") public Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
getAuthorities
in interface org.springframework.security.core.userdetails.UserDetails
@Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.