|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthnStatement
The AuthenticationStatement element supplies a
statement by the issuer that its subject was authenticated by a
particular means at a particular time. The
AuthenticationStatement element is of type
AuthenticationStatementType, which extends the
SubjectStatementAbstractType with the additional element and
attributes.
The following schema fragment specifies the expected content contained within SAML AuthenticationStatement element.
<complexType name="AuthenticationStatementType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectStatementAbstractType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}SubjectLocality" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:1.0:assertion}AuthorityBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="AuthenticationInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="AuthenticationMethod" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getAuthenticatingAuthority()
Gets the value of the AuthnContext's AuthenticatingAuthority property. |
String |
getAuthnContextClassRef()
Gets the value of the AuthnContext's AuthnContextClassRef property. |
Date |
getAuthnInstantDate()
Gets the value of the authnInstant property. |
String |
getSessionIndex()
Gets the value of the sessionIndex property. |
Date |
getSessionNotOnOrAfterDate()
Gets the value of the sessionNotOnOrAfter property. |
String |
getSubjectLocalityAddress()
Gets the value of the SubjectLocality address property. |
String |
getSubjectLocalityDNSName()
Gets the value of the SubjectLocality dnsName property. |
| Method Detail |
|---|
Date getAuthnInstantDate()
DateString getSessionIndex()
StringDate getSessionNotOnOrAfterDate()
DateString getSubjectLocalityAddress()
StringString getSubjectLocalityDNSName()
StringString getAuthnContextClassRef()
StringString getAuthenticatingAuthority()
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||