public class AuthenticationStatementBean extends Object
Constructor and Description |
---|
AuthenticationStatementBean()
Default constructor
|
AuthenticationStatementBean(SubjectBean subject,
String authenticationMethod,
org.joda.time.DateTime authenticationInstant)
Construct a new AuthenticationStatementBean
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.joda.time.DateTime |
getAuthenticationInstant()
Get the authentication instant
|
String |
getAuthenticationMethod()
Get the authentication method
|
String |
getSessionIndex()
Get the session index.
|
SubjectBean |
getSubject()
Get the Subject
|
SubjectLocalityBean |
getSubjectLocality()
Get Subject Locality.
|
int |
hashCode() |
void |
setAuthenticationInstant(org.joda.time.DateTime authenticationInstant)
Set the authentication instant
|
void |
setAuthenticationMethod(String authenticationMethod)
Set the authentication method
|
void |
setSessionIndex(String sessionIndex)
Set the session index.
|
void |
setSubject(SubjectBean subject)
Set the subject
|
void |
setSubjectLocality(SubjectLocalityBean subjectLocality)
Set Subject Locality.
|
public AuthenticationStatementBean()
public AuthenticationStatementBean(SubjectBean subject, String authenticationMethod, org.joda.time.DateTime authenticationInstant)
subject
- the Subject to setauthenticationMethod
- the Authentication Method to setauthenticationInstant
- the Authentication Instant to setpublic SubjectBean getSubject()
public void setSubject(SubjectBean subject)
subject
- the SubjectBean instance to setpublic String getAuthenticationMethod()
public void setAuthenticationMethod(String authenticationMethod)
authenticationMethod
- the authentication methodpublic org.joda.time.DateTime getAuthenticationInstant()
public void setAuthenticationInstant(org.joda.time.DateTime authenticationInstant)
authenticationInstant
- the authentication instantpublic final SubjectLocalityBean getSubjectLocality()
public final void setSubjectLocality(SubjectLocalityBean subjectLocality)
subjectLocality
- the subjectLocality to setpublic final String getSessionIndex()
public final void setSessionIndex(String sessionIndex)
sessionIndex
- the sessionIndex to setCopyright © 2004–2013 The Apache Software Foundation. All rights reserved.