|
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
org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType
public abstract class RequestAbstractType
Java class for RequestAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestAbstractType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Issuer" minOccurs="0"/> <element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}Extensions" minOccurs="0"/> </sequence> <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="IssueInstant" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> <attribute name="Destination" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Consent" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
consent
|
protected URI |
destination
|
protected ExtensionsType |
extensions
|
protected NameIDType |
issuer
|
protected String |
version
|
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType |
---|
id, issueInstant, signature |
Constructor Summary | |
---|---|
RequestAbstractType(String id,
XMLGregorianCalendar instant)
|
Method Summary | |
---|---|
String |
getConsent()
Gets the value of the consent property. |
URI |
getDestination()
Gets the value of the destination property. |
ExtensionsType |
getExtensions()
Gets the value of the extensions property. |
NameIDType |
getIssuer()
Gets the value of the issuer property. |
String |
getVersion()
Gets the value of the version property. |
void |
setConsent(String value)
Sets the value of the consent property. |
void |
setDestination(URI value)
Sets the value of the destination property. |
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property. |
void |
setIssuer(NameIDType value)
Sets the value of the issuer property. |
Methods inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType |
---|
getID, getIssueInstant, getSignature, setSignature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected NameIDType issuer
protected ExtensionsType extensions
protected String version
protected URI destination
protected String consent
Constructor Detail |
---|
public RequestAbstractType(String id, XMLGregorianCalendar instant)
Method Detail |
---|
public NameIDType getIssuer()
NameIDType
public void setIssuer(NameIDType value)
value
- allowed object is NameIDType
public ExtensionsType getExtensions()
ExtensionsType
public void setExtensions(ExtensionsType value)
value
- allowed object is ExtensionsType
public String getVersion()
String
public URI getDestination()
String
public void setDestination(URI value)
value
- allowed object is String
public String getConsent()
String
public void setConsent(String value)
value
- allowed object is String
|
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 |