Class SAML11AuthenticationStatementType
java.lang.Object
org.keycloak.dom.saml.v1.assertion.SAML11StatementAbstractType
org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
org.keycloak.dom.saml.v1.assertion.SAML11AuthenticationStatementType
- All Implemented Interfaces:
Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected URI
protected List<SAML11AuthorityBindingType>
protected SAML11SubjectLocalityType
Fields inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
subject
-
Constructor Summary
ConstructorDescriptionSAML11AuthenticationStatementType
(URI authenticationMethod, XMLGregorianCalendar authenticationInstant) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SAML11AuthorityBindingType advice) void
boolean
remove
(SAML11AuthorityBindingType advice) void
setSubjectLocality
(SAML11SubjectLocalityType subjectLocality) Methods inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
getSubject, setSubject
-
Field Details
-
authenticationMethod
-
authenticationInstant
-
subjectLocality
-
authorityBinding
-
-
Constructor Details
-
SAML11AuthenticationStatementType
public SAML11AuthenticationStatementType(URI authenticationMethod, XMLGregorianCalendar authenticationInstant)
-
-
Method Details
-
getAuthenticationMethod
-
getAuthenticationInstant
-
getSubjectLocality
-
setSubjectLocality
-
add
-
addAllAuthorityBindingType
-
remove
-
getAuthorityBindingType
-