|
||||||||||
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,
String authenticationMethod,
org.joda.time.DateTime authenticationInstant)
Construct a new AuthenticationStatementBean |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 setMethod Detail |
---|
public 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 setpublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |