|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.common.CommonRequestAbstractType
public abstract class CommonRequestAbstractType
SAML Request Abstract Type
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 |
---|
protected String id
protected XMLGregorianCalendar issueInstant
protected Element signature
Constructor Detail |
---|
public CommonRequestAbstractType(String id, XMLGregorianCalendar issueInstant)
Method Detail |
---|
public String getID()
String
public XMLGregorianCalendar getIssueInstant()
XMLGregorianCalendar
public Element getSignature()
SignatureType
public void setSignature(Element value)
value
- allowed object is SignatureType
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |