OpenSAML-J 2.4.1-redhat-3

Uses of Interface
org.opensaml.xacml.ctx.ResponseType

Packages that use ResponseType
org.opensaml.xacml.ctx.impl   
org.opensaml.xacml.profile.saml   
org.opensaml.xacml.profile.saml.impl   
 

Uses of ResponseType in org.opensaml.xacml.ctx.impl
 

Classes in org.opensaml.xacml.ctx.impl that implement ResponseType
 class ResponseTypeImpl
          Concrete implementation of ResourceType.
 

Methods in org.opensaml.xacml.ctx.impl that return ResponseType
 ResponseType ResponseTypeImplBuilder.buildObject()
          Builds a XACMLObject using the default name and namespace information provided XACML specifications.
 ResponseType ResponseTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Uses of ResponseType in org.opensaml.xacml.profile.saml
 

Methods in org.opensaml.xacml.profile.saml that return ResponseType
 ResponseType XACMLAuthzDecisionStatementType.getResponse()
          Get's the ResponseType from the XACMLAuthzDecisionStatement.
 

Methods in org.opensaml.xacml.profile.saml with parameters of type ResponseType
 void XACMLAuthzDecisionStatementType.setResponse(ResponseType response)
          Sets a ResponseType to the XACMLAuthzDecisionStatement.
 

Uses of ResponseType in org.opensaml.xacml.profile.saml.impl
 

Methods in org.opensaml.xacml.profile.saml.impl that return ResponseType
 ResponseType XACMLAuthzDecisionStatementTypeImpl.getResponse()
          Get's the ResponseType from the XACMLAuthzDecisionStatement.
 

Methods in org.opensaml.xacml.profile.saml.impl with parameters of type ResponseType
 void XACMLAuthzDecisionStatementTypeImpl.setResponse(ResponseType response)
          Sets a ResponseType to the XACMLAuthzDecisionStatement.
 


OpenSAML-J 2.4.1-redhat-3

Copyright © 2006-2012 Internet2. All Rights Reserved.