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
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected URIprotected List<SAML11AuthorityBindingType>protected SAML11SubjectLocalityTypeFields inherited from class org.keycloak.dom.saml.v1.assertion.SAML11SubjectStatementType
subject -
Constructor Summary
ConstructorsConstructorDescriptionSAML11AuthenticationStatementType(URI authenticationMethod, XMLGregorianCalendar authenticationInstant) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(SAML11AuthorityBindingType advice) voidbooleanremove(SAML11AuthorityBindingType advice) voidsetSubjectLocality(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
-