Uses of Interface
org.opensaml.xacml.ctx.ResponseType
Packages that use ResponseType
Package
Description
XMLObject implementations for XACML context schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of ResponseType in org.opensaml.xacml.ctx.impl
Classes in org.opensaml.xacml.ctx.impl that implement ResponseTypeMethods in org.opensaml.xacml.ctx.impl that return ResponseTypeModifier and TypeMethodDescriptionResponseTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.ResponseTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of ResponseType in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return ResponseTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionStatementType.getResponse()
Get's theResponseType
from theXACMLAuthzDecisionStatement
.Methods in org.opensaml.xacml.profile.saml with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionStatementType.setResponse
(ResponseType response) Sets aResponseType
to theXACMLAuthzDecisionStatement
. -
Uses of ResponseType in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl declared as ResponseTypeModifier and TypeFieldDescriptionprivate ResponseType
XACMLAuthzDecisionStatementTypeImpl.response
The response of the authorization request.Methods in org.opensaml.xacml.profile.saml.impl that return ResponseTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionStatementTypeImpl.getResponse()
Get's theResponseType
from theXACMLAuthzDecisionStatement
.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoid
XACMLAuthzDecisionStatementTypeImpl.setResponse
(ResponseType resp) Sets aResponseType
to theXACMLAuthzDecisionStatement
.