|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.saml.ext.bean.AuthenticationStatementBean
public class AuthenticationStatementBean
Class AuthenticationStatementBean represents the raw data required to create a SAML v1.1 or v2.0 authentication statement. Created on May 20, 2009
| Constructor Summary | |
|---|---|
AuthenticationStatementBean()
Default constructor |
|
AuthenticationStatementBean(SubjectBean subject,
java.lang.String authenticationMethod,
org.joda.time.DateTime authenticationInstant)
Construct a new AuthenticationStatementBean |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
org.joda.time.DateTime |
getAuthenticationInstant()
Get the authentication instant |
java.lang.String |
getAuthenticationMethod()
Get the authentication method |
java.lang.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(java.lang.String authenticationMethod)
Set the authentication method |
void |
setSessionIndex(java.lang.String sessionIndex)
Set the session index. |
void |
setSubject(SubjectBean subject)
Set the subject |
void |
setSubjectLocality(SubjectLocalityBean subjectLocality)
Set Subject Locality. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationStatementBean()
public AuthenticationStatementBean(SubjectBean subject,
java.lang.String authenticationMethod,
org.joda.time.DateTime authenticationInstant)
subject - the Subject to setauthenticationMethod - the Authentication Method to setauthenticationInstant - the Authentication Instant to set| Method Detail |
|---|
public SubjectBean getSubject()
public void setSubject(SubjectBean subject)
subject - the SubjectBean instance to setpublic java.lang.String getAuthenticationMethod()
public void setAuthenticationMethod(java.lang.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 java.lang.String getSessionIndex()
public final void setSessionIndex(java.lang.String sessionIndex)
sessionIndex - the sessionIndex to setpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||