public class CoreUserDetails extends User
UserDetailsService.| Constructor and Description |
|---|
CoreUserDetails(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
Collection<GrantedAuthority> authorities,
String iso) |
CoreUserDetails(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
GrantedAuthority[] authorities,
String iso)
Deprecated.
|
public CoreUserDetails(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<GrantedAuthority> authorities, String iso) throws IllegalArgumentException
IllegalArgumentException@Deprecated public CoreUserDetails(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, GrantedAuthority[] authorities, String iso) throws IllegalArgumentException
CoreUserDetails(String, String, boolean, boolean, boolean, boolean, Collection, String)IllegalArgumentExceptionpublic String getLanguageISO()
Copyright © 2017 SAP SE. All Rights Reserved.