Uses of Interface
org.opensaml.xacml.policy.SubjectsType
Packages that use SubjectsType
Package
Description
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
-
Uses of SubjectsType in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return SubjectsTypeMethods in org.opensaml.xacml.policy with parameters of type SubjectsTypeModifier and TypeMethodDescriptionvoid
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 SubjectsTypeFields in org.opensaml.xacml.policy.impl declared as SubjectsTypeModifier and TypeFieldDescriptionprivate SubjectsType
TargetTypeImpl.subjects
The subjects in the policy.Methods in org.opensaml.xacml.policy.impl that return SubjectsTypeModifier and TypeMethodDescriptionSubjectsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.SubjectsTypeImplBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.TargetTypeImpl.getSubjects()
Gets the subjects of this target.Methods in org.opensaml.xacml.policy.impl with parameters of type SubjectsTypeModifier and TypeMethodDescriptionvoid
TargetTypeImpl.setSubjects
(SubjectsType newSubjects) Sets the subjects in the target.