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

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

Uses of ActionMatchType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type ActionMatchType
 List<ActionMatchType> ActionType.getActionMatches()
          Gets the action matches for this action.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ActionMatchType
 class ActionMatchTypeImpl
          Concrete implementation of ActionMatchType.
 

Fields in org.opensaml.xacml.policy.impl with type parameters of type ActionMatchType
private  XMLObjectChildrenList<ActionMatchType> ActionTypeImpl.actionMatch
          List of action matches.
 

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

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type ActionMatchType
 List<ActionMatchType> ActionTypeImpl.getActionMatches()
          Gets the action matches for this action.
 



Copyright © 1999-2013. All Rights Reserved.