Class SAML11ResponseType
java.lang.Object
org.keycloak.dom.saml.common.CommonResponseType
org.keycloak.dom.saml.v1.protocol.SAML11ResponseAbstractType
org.keycloak.dom.saml.v1.protocol.SAML11ResponseType
- All Implemented Interfaces:
Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Fields inherited from class org.keycloak.dom.saml.v1.protocol.SAML11ResponseAbstractType
majorVersion, minorVersion, recipient
Fields inherited from class org.keycloak.dom.saml.common.CommonResponseType
id, inResponseTo, issueInstant, signature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SAML11AssertionType assertion) get()
boolean
remove
(SAML11AssertionType assertion) void
setStatus
(SAML11StatusType status) Methods inherited from class org.keycloak.dom.saml.v1.protocol.SAML11ResponseAbstractType
getMajorVersion, getMinorVersion, getRecipient, setRecipient
Methods inherited from class org.keycloak.dom.saml.common.CommonResponseType
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignature
-
Field Details
-
assertions
-
status
-
-
Constructor Details
-
SAML11ResponseType
-
-
Method Details
-
add
-
remove
-
get
-
getStatus
-
setStatus
-