public class CustomerUserDetails
extends org.springframework.security.core.userdetails.User
UserDetailsServiceImpl},
CustomerServiceImpl#getSalt(org.broadleafcommerce.profile.core.domain.Customer)},
Serialized Form| Constructor and Description |
|---|
CustomerUserDetails(Long id,
String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
CustomerUserDetails(Long id,
String username,
String password,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
void |
setId(Long id) |
CustomerUserDetails |
withId(Long id) |
builder, equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString, withDefaultPasswordEncoder, withUserDetails, withUsernameprotected Long id
public CustomerUserDetails(Long id, String username, String password, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public CustomerUserDetails(Long id, String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public CustomerUserDetails withId(Long id)
public Long getId()
public void setId(Long id)
id - the primary key of the CustomerCopyright © 2022. All rights reserved.