Uses of Interface
org.opensaml.xacml.policy.SubjectMatchType
Packages that use SubjectMatchType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of SubjectMatchType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return types with arguments of type SubjectMatchTypeModifier and TypeMethodDescriptionSubjectType.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 SubjectMatchTypeFields in org.opensaml.xacml.policy.impl with type parameters of type SubjectMatchTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<SubjectMatchType>SubjectTypeImpl.subjectMatchList of subject matches.Methods in org.opensaml.xacml.policy.impl that return SubjectMatchTypeModifier and TypeMethodDescriptionSubjectMatchTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.SubjectMatchTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.policy.impl that return types with arguments of type SubjectMatchTypeModifier and TypeMethodDescriptionSubjectTypeImpl.getSubjectMatches()Gets the subject matches for this action.