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

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

Uses of SubjectsType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return SubjectsType
 SubjectsType TargetType.getSubjects()
          Gets the subjects of this target.
 

Methods in org.opensaml.xacml.policy with parameters of type SubjectsType
 void TargetType.setSubjects(SubjectsType subjects)
          Sets the subjects in the target.
 

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

Classes in org.opensaml.xacml.policy.impl that implement SubjectsType
 class SubjectsTypeImpl
          Implementation of SubjectsType.
 

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

Methods in org.opensaml.xacml.policy.impl with parameters of type SubjectsType
 void TargetTypeImpl.setSubjects(SubjectsType newSubjects)
          Sets the subjects in the target.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.