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

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

Uses of DefaultsType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return DefaultsType
 DefaultsType PolicyType.getPolicyDefaults()
          Gets the defaults for this policy.
 DefaultsType PolicySetType.getPolicySetDefaults()
          Gets the defaults for this policy set.
 

Methods in org.opensaml.xacml.policy with parameters of type DefaultsType
 void PolicyType.setPolicyDefaults(DefaultsType defaults)
          Sets the defaults for this policy.
 void PolicySetType.setPolicySetDefaults(DefaultsType defaults)
          Sets the defaults for this policy set.
 

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

Classes in org.opensaml.xacml.policy.impl that implement DefaultsType
 class DefaultsTypeImpl
          Implementation for DefaultsType.
 

Methods in org.opensaml.xacml.policy.impl that return DefaultsType
 DefaultsType DefaultsTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 DefaultsType DefaultsTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 DefaultsType PolicyTypeImpl.getPolicyDefaults()
          Gets the defaults for this policy.
 DefaultsType PolicySetTypeImpl.getPolicySetDefaults()
          Gets the defaults for this policy set.
 

Methods in org.opensaml.xacml.policy.impl with parameters of type DefaultsType
 void PolicyTypeImpl.setPolicyDefaults(DefaultsType defaults)
          Sets the defaults for this policy.
 void PolicySetTypeImpl.setPolicySetDefaults(DefaultsType defaults)
          Sets the defaults for this policy set.
 



Copyright © 2006-2009 Internet2. All Rights Reserved.