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 theResponseTypefrom theXACMLAuthzDecisionStatement.Methods in org.opensaml.xacml.profile.saml with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionStatementType.setResponse(ResponseType response) Sets aResponseTypeto theXACMLAuthzDecisionStatement. -
Uses of ResponseType in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl declared as ResponseTypeModifier and TypeFieldDescriptionprivate ResponseTypeXACMLAuthzDecisionStatementTypeImpl.responseThe response of the authorization request.Methods in org.opensaml.xacml.profile.saml.impl that return ResponseTypeModifier and TypeMethodDescriptionXACMLAuthzDecisionStatementTypeImpl.getResponse()Get's theResponseTypefrom theXACMLAuthzDecisionStatement.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type ResponseTypeModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionStatementTypeImpl.setResponse(ResponseType resp) Sets aResponseTypeto theXACMLAuthzDecisionStatement.