Package org.keycloak.dom.saml.common
Class CommonRequestAbstractType
java.lang.Object
org.keycloak.dom.saml.common.CommonRequestAbstractType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestAbstractType
,SAML11RequestAbstractType
SAML Request Abstract Type
- Since:
- Jun 22, 2011
- Author:
- Anil.Saldhana@redhat.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected XMLGregorianCalendar
protected Element
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetID()
Gets the value of the id property.Gets the value of the issueInstant property.Gets the value of the signature property.void
setSignature
(Element value) Sets the value of the signature property.
-
Field Details
-
id
-
issueInstant
-
signature
-
-
Constructor Details
-
CommonRequestAbstractType
-
-
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
-
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
-