| Package | Description |
|---|---|
| org.opensaml.xacml.ctx.impl | |
| org.opensaml.xacml.profile.saml | |
| org.opensaml.xacml.profile.saml.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestTypeImpl
Concrete implementation of
RequestType. |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
RequestTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
RequestType |
RequestTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
XACMLAuthzDecisionQueryType.getRequest()
Gets the request of the query.
|
RequestType |
XACMLAuthzDecisionStatementType.getRequest()
Get's the
RequestType from the XACMLAuthzDecisionStatement. |
| Modifier and Type | Method and Description |
|---|---|
List<RequestType> |
XACMLPolicyQueryType.getRequests()
Gets the Requests inside the policy query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionQueryType.setRequest(RequestType request)
Set's the XACML Request.
|
void |
XACMLAuthzDecisionStatementType.setRequest(RequestType request)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
XACMLAuthzDecisionStatementTypeImpl.getRequest()
Get's the
RequestType from the XACMLAuthzDecisionStatement. |
RequestType |
XACMLAuthzDecisionQueryTypeImpl.getRequest()
Gets the request of the query.
|
| Modifier and Type | Method and Description |
|---|---|
List<RequestType> |
XACMLPolicyQueryTypeImpl.getRequests()
Gets the Requests inside the policy query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XACMLAuthzDecisionStatementTypeImpl.setRequest(RequestType request)
Sets a
ResponseType to the XACMLAuthzDecisionStatement. |
void |
XACMLAuthzDecisionQueryTypeImpl.setRequest(RequestType request)
Set's the XACML Request.
|
Copyright © 1999–2015. All rights reserved.