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
|
AuthenticationStatementBean(SubjectBean subject,
String authenticationMethod,
org.joda.time.DateTime authenticationInstant,
org.joda.time.DateTime sessionNotOnOrAfter)
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.
|
org.joda.time.DateTime |
getSessionNotOnOrAfter()
Get the sessionNotOnOrAfter
|
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 |
setSessionNotOnOrAfter(org.joda.time.DateTime sessionNotOnOrAfter)
Set the sessionNotOnOrAfter
|
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 AuthenticationStatementBean(SubjectBean subject, String authenticationMethod, org.joda.time.DateTime authenticationInstant, org.joda.time.DateTime sessionNotOnOrAfter)
subject
- the Subject to setauthenticationMethod
- the Authentication Method to setauthenticationInstant
- the Authentication Instant to setsessionNotOnOrAfter
- the Session NotOnOrAfter time 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 org.joda.time.DateTime getSessionNotOnOrAfter()
public void setSessionNotOnOrAfter(org.joda.time.DateTime sessionNotOnOrAfter)
sessionNotOnOrAfter
- the sessionNotOnOrAfterpublic 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 © 2018 JBoss by Red Hat. All rights reserved.