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
 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 XACMLObject using the default name and namespace information provided XACML specifications.
 SubjectMatchType SubjectMatchTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

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



Copyright © 2006-2013 Internet2. All Rights Reserved.