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) |
protected 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 © 2015. All Rights Reserved.