public class CustomerSecurityUser
extends org.springframework.security.core.userdetails.User
| Constructor and Description |
|---|
CustomerSecurityUser(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
CustomerSecurityUser(java.lang.String username,
java.lang.String password,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
Staff |
getStaff() |
void |
setStaff(Staff staff) |
public CustomerSecurityUser(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public CustomerSecurityUser(java.lang.String username,
java.lang.String password,
java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)