public class CustomUser
extends org.springframework.security.core.userdetails.User
| Constructor and Description |
|---|
CustomUser(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
String fullName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
String |
getFullName() |
void |
setEmail(String email) |
void |
setFullName(String fullName) |
String |
toString() |
public CustomUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, String fullName)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.