public class CoreUserDetails
extends org.springframework.security.core.userdetails.User
UserDetailsService.| Constructor and Description |
|---|
CoreUserDetails(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
java.util.Collection<GrantedAuthority> authorities,
java.lang.String iso) |
CoreUserDetails(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
GrantedAuthority[] authorities,
java.lang.String iso)
Deprecated.
since ages - please use
CoreUserDetails(String, String, boolean, boolean, boolean, boolean, Collection, String) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLanguageISO() |
public CoreUserDetails(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
java.util.Collection<GrantedAuthority> authorities,
java.lang.String iso)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException@Deprecated
public CoreUserDetails(java.lang.String username,
java.lang.String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
GrantedAuthority[] authorities,
java.lang.String iso)
throws java.lang.IllegalArgumentException
CoreUserDetails(String, String, boolean, boolean, boolean, boolean, Collection, String)java.lang.IllegalArgumentExceptionCopyright © 2018 SAP SE. All Rights Reserved.