|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
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(String namespaceURI,
String localName,
String namespacePrefix)
|
Uses of RequestType in org.opensaml.xacml.profile.saml |
---|
Methods in org.opensaml.xacml.profile.saml that return RequestType | |
---|---|
RequestType |
XACMLAuthzDecisionQueryType.getRequest()
Gets the request of the query. |
RequestType |
XACMLAuthzDecisionStatementType.getRequest()
Get's the RequestType from the XACMLAuthzDecisionStatement . |
Methods in org.opensaml.xacml.profile.saml that return types with arguments of type RequestType | |
---|---|
List<RequestType> |
XACMLPolicyQueryType.getRequests()
Gets the Requests inside the policy query. |
Methods in org.opensaml.xacml.profile.saml with parameters of type RequestType | |
---|---|
void |
XACMLAuthzDecisionQueryType.setRequest(RequestType request)
Set's the XACML Request. |
void |
XACMLAuthzDecisionStatementType.setRequest(RequestType request)
Sets a ResponseType to the XACMLAuthzDecisionStatement . |
Uses of RequestType in org.opensaml.xacml.profile.saml.impl |
---|
Methods in org.opensaml.xacml.profile.saml.impl that return RequestType | |
---|---|
RequestType |
XACMLAuthzDecisionQueryTypeImpl.getRequest()
Gets the request of the query. |
RequestType |
XACMLAuthzDecisionStatementTypeImpl.getRequest()
Get's the RequestType from the XACMLAuthzDecisionStatement . |
Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type RequestType | |
---|---|
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 |
XACMLAuthzDecisionQueryTypeImpl.setRequest(RequestType request)
Set's the XACML Request. |
void |
XACMLAuthzDecisionStatementTypeImpl.setRequest(RequestType request)
Sets a ResponseType to the XACMLAuthzDecisionStatement . |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |