|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestType | |
|---|---|
| org.opensaml.xacml.ctx.impl | |
| org.opensaml.xacml.profile.saml | |
| org.opensaml.xacml.profile.saml.impl | |
| Uses of RequestType in org.opensaml.xacml.ctx.impl |
|---|
| Classes in org.opensaml.xacml.ctx.impl that implement RequestType | |
|---|---|
class |
RequestTypeImpl
Concrete implementation of RequestType. |
| Methods in org.opensaml.xacml.ctx.impl that return RequestType | |
|---|---|
RequestType |
RequestTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
RequestType |
RequestTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Uses of RequestType in org.opensaml.xacml.profile.saml |
|---|
| Methods in org.opensaml.xacml.profile.saml that return RequestType | |
|---|---|
RequestType |
XACMLAuthzDecisionStatementType.getRequest()
Get's the RequestType from the XACMLAuthzDecisionStatement. |
RequestType |
XACMLAuthzDecisionQueryType.getRequest()
Gets the request of the query. |
| Methods in org.opensaml.xacml.profile.saml that return types with arguments of type RequestType | |
|---|---|
java.util.List<RequestType> |
XACMLPolicyQueryType.getRequests()
Gets the Requests inside the policy query. |
| Methods in org.opensaml.xacml.profile.saml with parameters of type RequestType | |
|---|---|
void |
XACMLAuthzDecisionStatementType.setRequest(RequestType request)
Sets a ResponseType to the XACMLAuthzDecisionStatement. |
void |
XACMLAuthzDecisionQueryType.setRequest(RequestType request)
Set's the XACML Request. |
| Uses of RequestType in org.opensaml.xacml.profile.saml.impl |
|---|
| Methods in org.opensaml.xacml.profile.saml.impl that return RequestType | |
|---|---|
RequestType |
XACMLAuthzDecisionStatementTypeImpl.getRequest()
Get's the RequestType from the XACMLAuthzDecisionStatement. |
RequestType |
XACMLAuthzDecisionQueryTypeImpl.getRequest()
Gets the request of the query. |
| Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type RequestType | |
|---|---|
java.util.List<RequestType> |
XACMLPolicyQueryTypeImpl.getRequests()
Gets the Requests inside the policy query. |
| Methods in org.opensaml.xacml.profile.saml.impl with parameters of type RequestType | |
|---|---|
void |
XACMLAuthzDecisionStatementTypeImpl.setRequest(RequestType request)
Sets a ResponseType to the XACMLAuthzDecisionStatement. |
void |
XACMLAuthzDecisionQueryTypeImpl.setRequest(RequestType request)
Set's the XACML Request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||