public class FederationUser
extends org.springframework.security.core.userdetails.User
| Constructor and Description |
|---|
FederationUser(String username,
String password,
boolean enabled,
boolean accountNonExpired,
boolean credentialsNonExpired,
boolean accountNonLocked,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
FederationUser(String username,
String password,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
org.apache.cxf.fediz.core.ClaimCollection claims) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.fediz.core.ClaimCollection |
getClaims() |
public FederationUser(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public FederationUser(String username, String password, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, org.apache.cxf.fediz.core.ClaimCollection claims)
Apache Fediz