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

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

Uses of ActionType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ActionType
 List<ActionType> ActionsType.getActions()
          Gets the actions.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ActionType
 class ActionTypeImpl
          Implementation for ActionType.
 

Fields in org.opensaml.xacml.policy.impl with type parameters of type ActionType
private  XMLObjectChildrenList<ActionType> ActionsTypeImpl.action
          List of action types.
 

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

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ActionType
 List<ActionType> ActionsTypeImpl.getActions()
          Gets the actions.
 



Copyright © 1999-2013. All Rights Reserved.