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

Packages that use ActionType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
 

Uses of ActionType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return ActionType
 ActionType RequestType.getAction()
          Gets the action from the request.
 

Methods in org.opensaml.xacml.ctx with parameters of type ActionType
 void RequestType.setAction(ActionType newAction)
          Sets the action of the request.
 

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

Classes in org.opensaml.xacml.ctx.impl that implement ActionType
 class ActionTypeImpl
          Concrete implementation of ActionType.
 

Methods in org.opensaml.xacml.ctx.impl that return ActionType
 ActionType ActionTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ActionType ActionTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 ActionType RequestTypeImpl.getAction()
          Gets the action from the request.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type ActionType
 void RequestTypeImpl.setAction(ActionType action)
          Sets the action of the request.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.