|
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
org.picketlink.identity.federation.saml.v2.protocol.XACMLAuthzDecisionQueryType
public class XACMLAuthzDecisionQueryType
Java class for XACMLAuthzDecisionQueryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XACMLAuthzDecisionQueryType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:protocol}RequestAbstractType"> <sequence> <element ref="{urn:oasis:names:tc:xacml:2.0:context:schema:os}Request"/> </sequence> <attribute name="InputContextOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="ReturnContext" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
inputContextOnly
|
protected org.jboss.security.xacml.core.model.context.RequestType |
request
|
protected Boolean |
returnContext
|
Fields inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType |
---|
consent, destination, extensions, issuer, version |
Fields inherited from class org.picketlink.identity.federation.saml.common.CommonRequestAbstractType |
---|
id, issueInstant, signature |
Constructor Summary | |
---|---|
XACMLAuthzDecisionQueryType(String id,
XMLGregorianCalendar instant)
|
Method Summary | |
---|---|
org.jboss.security.xacml.core.model.context.RequestType |
getRequest()
Gets the value of the request property. |
boolean |
isInputContextOnly()
Gets the value of the inputContextOnly property. |
boolean |
isReturnContext()
Gets the value of the returnContext property. |
void |
setInputContextOnly(Boolean value)
Sets the value of the inputContextOnly property. |
void |
setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
Sets the value of the request property. |
void |
setReturnContext(Boolean value)
Sets the value of the returnContext property. |
Methods inherited from class org.picketlink.identity.federation.saml.v2.protocol.RequestAbstractType |
---|
getConsent, getDestination, getExtensions, getIssuer, getVersion, setConsent, setDestination, setExtensions, setIssuer |
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 org.jboss.security.xacml.core.model.context.RequestType request
protected Boolean inputContextOnly
protected Boolean returnContext
Constructor Detail |
---|
public XACMLAuthzDecisionQueryType(String id, XMLGregorianCalendar instant)
Method Detail |
---|
public org.jboss.security.xacml.core.model.context.RequestType getRequest()
RequestType
public void setRequest(org.jboss.security.xacml.core.model.context.RequestType value)
value
- allowed object is RequestType
public boolean isInputContextOnly()
Boolean
public void setInputContextOnly(Boolean value)
value
- allowed object is Boolean
public boolean isReturnContext()
Boolean
public void setReturnContext(Boolean value)
value
- allowed object is Boolean
|
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 |