public class User extends Object implements Principal, Serializable
| Constructor and Description |
|---|
User(String name,
String authenticationResponseIssuingEntityName,
String authenticationAssertionIssuingEntityName,
String authenticationResponseID,
String authenticationAssertionID,
org.joda.time.DateTime authenticationResponseIssueInstant,
org.joda.time.DateTime authenticationAssertionIssueInstant,
org.joda.time.DateTime authenticationIssueInstant,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Returns true if this object's name is equal to the name of the passed in arg.
|
String |
getAuthenticationAssertionID() |
org.joda.time.DateTime |
getAuthenticationAssertionIssueInstant() |
String |
getAuthenticationAssertionIssuingEntityName() |
org.joda.time.DateTime |
getAuthenticationIssueInstant() |
String |
getAuthenticationResponseID() |
org.joda.time.DateTime |
getAuthenticationResponseIssueInstant() |
String |
getAuthenticationResponseIssuingEntityName() |
Collection<org.springframework.security.core.GrantedAuthority> |
getAuthorities() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public User(String name, String authenticationResponseIssuingEntityName, String authenticationAssertionIssuingEntityName, String authenticationResponseID, String authenticationAssertionID, org.joda.time.DateTime authenticationResponseIssueInstant, org.joda.time.DateTime authenticationAssertionIssueInstant, org.joda.time.DateTime authenticationIssueInstant, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public String getAuthenticationResponseIssuingEntityName()
public String getAuthenticationAssertionIssuingEntityName()
public org.joda.time.DateTime getAuthenticationResponseIssueInstant()
public org.joda.time.DateTime getAuthenticationAssertionIssueInstant()
public org.joda.time.DateTime getAuthenticationIssueInstant()
public String getAuthenticationResponseID()
public String getAuthenticationAssertionID()
public Collection<org.springframework.security.core.GrantedAuthority> getAuthorities()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2012. All Rights Reserved.