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 XACMLObject using the default name and namespace information provided XACML specifications.
 SubjectsType SubjectsTypeImplBuilder.buildObject(String namespaceURI, String localName, 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-2013 Internet2. All Rights Reserved.