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

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 XACML object, using its default attribute name.
 RequestType RequestTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

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

Methods in org.opensaml.xacml.profile.saml that return RequestType
 RequestType XACMLAuthzDecisionStatementType.getRequest()
          Get's the RequestType from the XACMLAuthzDecisionStatement.
 RequestType XACMLAuthzDecisionQueryType.getRequest()
          Gets the request of the query.
 

Methods in org.opensaml.xacml.profile.saml that return types with arguments of type RequestType
 java.util.List<RequestType> XACMLPolicyQueryType.getRequests()
          Gets the Requests inside the policy query.
 

Methods in org.opensaml.xacml.profile.saml with parameters of type RequestType
 void XACMLAuthzDecisionStatementType.setRequest(RequestType request)
          Sets a ResponseType to the XACMLAuthzDecisionStatement.
 void XACMLAuthzDecisionQueryType.setRequest(RequestType request)
          Set's the XACML Request.
 

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
 java.util.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.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.