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
public class CommonResponseType extends Object implements Serializable
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected StringinResponseToprotected XMLGregorianCalendarissueInstantprotected Elementsignature
-
Constructor Summary
Constructors Constructor Description CommonResponseType(String id, XMLGregorianCalendar issueInstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()Gets the value of the id property.StringgetInResponseTo()Gets the value of the inResponseTo property.XMLGregorianCalendargetIssueInstant()Gets the value of the issueInstant property.ElementgetSignature()Gets the value of the signature property.voidsetInResponseTo(String value)Sets the value of the inResponseTo property.voidsetSignature(Element value)Sets the value of the signature property.
-
-
-
Field Detail
-
id
protected String id
-
issueInstant
protected XMLGregorianCalendar issueInstant
-
inResponseTo
protected String inResponseTo
-
signature
protected Element signature
-
-
Constructor Detail
-
CommonResponseType
public CommonResponseType(String id, XMLGregorianCalendar issueInstant)
-
-
Method Detail
-
getIssueInstant
public XMLGregorianCalendar getIssueInstant()
Gets the value of the issueInstant property.- Returns:
- possible object is
XMLGregorianCalendar
-
getInResponseTo
public String getInResponseTo()
Gets the value of the inResponseTo property.- Returns:
- possible object is
String
-
setInResponseTo
public void setInResponseTo(String value)
Sets the value of the inResponseTo property.- Parameters:
value- allowed object isString
-
getSignature
public Element getSignature()
Gets the value of the signature property.- Returns:
- possible object is
SignatureType
-
setSignature
public void setSignature(Element value)
Sets the value of the signature property.- Parameters:
value- allowed object isSignatureType
-
-