Package org.keycloak.dom.saml.common
Class CommonResponseType
java.lang.Object
org.keycloak.dom.saml.common.CommonResponseType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SAML11ResponseAbstractType
,StatusResponseType
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected XMLGregorianCalendar
protected Element
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
Gets the value of the id property.Gets the value of the inResponseTo property.Gets the value of the issueInstant property.Gets the value of the signature property.void
setInResponseTo
(String value) Sets the value of the inResponseTo property.void
setSignature
(Element value) Sets the value of the signature property.
-
Field Details
-
id
-
issueInstant
-
inResponseTo
-
signature
-
-
Constructor Details
-
CommonResponseType
-
-
Method Details
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
getIssueInstant
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
getInResponseTo
Gets the value of the inResponseTo property.- Returns:
- possible object is
String
-
setInResponseTo
Sets the value of the inResponseTo property.- Parameters:
value
- allowed object isString
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
Sets the value of the signature property.- Parameters:
value
- allowed object isSignatureType
-