PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.saml.common
Class CommonRequestAbstractType

java.lang.Object
  extended by org.picketlink.identity.federation.saml.common.CommonRequestAbstractType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RequestAbstractType, SAML11RequestAbstractType

public abstract class CommonRequestAbstractType
extends Object
implements Serializable

SAML Request Abstract Type

Since:
Jun 22, 2011
Author:
Anil.Saldhana@redhat.com
See Also:
Serialized Form

Field Summary
protected  String id
           
protected  XMLGregorianCalendar issueInstant
           
protected  Element signature
           
 
Constructor Summary
CommonRequestAbstractType(String id, XMLGregorianCalendar issueInstant)
           
 
Method Summary
 String getID()
          Gets the value of the id property.
 XMLGregorianCalendar getIssueInstant()
          Gets the value of the issueInstant property.
 Element getSignature()
          Gets the value of the signature property.
 void setSignature(Element value)
          Sets the value of the signature property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

issueInstant

protected XMLGregorianCalendar issueInstant

signature

protected Element signature
Constructor Detail

CommonRequestAbstractType

public CommonRequestAbstractType(String id,
                                 XMLGregorianCalendar issueInstant)
Method Detail

getID

public String getID()
Gets the value of the id property.

Returns:
possible object is String

getIssueInstant

public XMLGregorianCalendar getIssueInstant()
Gets the value of the issueInstant property.

Returns:
possible object is XMLGregorianCalendar

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 is SignatureType

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.