Uses of Interface
org.opensaml.xacml.ctx.RequestType
Packages that use RequestType
Package
Description
XMLObject implementations for XACML context schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of RequestType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement RequestTypeMethods in org.opensaml.xacml.ctx.impl that return RequestTypeModifier and TypeMethodDescriptionRequestTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.RequestTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of RequestType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return RequestTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryType.getRequest()Gets the request of the query.XACMLAuthzDecisionStatementType.getRequest()Get's theRequestTypefrom theXACMLAuthzDecisionStatement.Methods in org.opensaml.xacml.profile.saml that return types with arguments of type RequestTypeModifier and TypeMethodDescriptionXACMLPolicyQueryType.getRequests()Gets the Requests inside the policy query.Methods in org.opensaml.xacml.profile.saml with parameters of type RequestTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryType.setRequest(RequestType request) Set's the XACML Request.voidXACMLAuthzDecisionStatementType.setRequest(RequestType request) Sets aResponseTypeto theXACMLAuthzDecisionStatement. -
Uses of RequestType in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl declared as RequestTypeModifier and TypeFieldDescriptionprivate RequestTypeXACMLAuthzDecisionQueryTypeImpl.requestThe xacml-context:Request.private RequestTypeXACMLAuthzDecisionStatementTypeImpl.requestThe request of the authorization request.Methods in org.opensaml.xacml.profile.saml.impl that return RequestTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryTypeImpl.getRequest()Gets the request of the query.XACMLAuthzDecisionStatementTypeImpl.getRequest()Get's theRequestTypefrom theXACMLAuthzDecisionStatement.Methods in org.opensaml.xacml.profile.saml.impl that return types with arguments of type RequestTypeModifier and TypeMethodDescriptionXACMLPolicyQueryTypeImpl.getRequests()Gets the Requests inside the policy query.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type RequestTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryTypeImpl.setRequest(RequestType req) Set's the XACML Request.voidXACMLAuthzDecisionStatementTypeImpl.setRequest(RequestType req) Sets aResponseTypeto theXACMLAuthzDecisionStatement.