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

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

Uses of SubjectMatchType in org.opensaml.xacml.policy
 

Methods in org.opensaml.xacml.policy that return types with arguments of type SubjectMatchType
 java.util.List<SubjectMatchType> SubjectType.getSubjectMatches()
          Gets the subject matches for this action.
 

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

Classes in org.opensaml.xacml.policy.impl that implement SubjectMatchType
 class SubjectMatchTypeImpl
          Concrete implementation of SubjectMatchType.
 

Methods in org.opensaml.xacml.policy.impl that return SubjectMatchType
 SubjectMatchType SubjectMatchTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 SubjectMatchType SubjectMatchTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.xacml.policy.impl that return types with arguments of type SubjectMatchType
 java.util.List<SubjectMatchType> SubjectTypeImpl.getSubjectMatches()
          Gets the subject matches for this action.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.