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

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

Uses of ActionsType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return ActionsType
 ActionsType TargetType.getActions()
          Gets the actions of this target.
 

Methods in org.opensaml.xacml.policy with parameters of type ActionsType
 void TargetType.setActions(ActionsType actions)
          Sets the actions in the target.
 

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

Classes in org.opensaml.xacml.policy.impl that implement ActionsType
 class ActionsTypeImpl
          Implementation of ActionsType.
 

Methods in org.opensaml.xacml.policy.impl that return ActionsType
 ActionsType ActionsTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 ActionsType ActionsTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 ActionsType TargetTypeImpl.getActions()
          Gets the actions of this target.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type ActionsType
 void TargetTypeImpl.setActions(ActionsType newActions)
          Sets the actions in the target.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.