| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectsType |
TargetType.getSubjects()
Gets the subjects of this target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetType.setSubjects(SubjectsType subjects)
Sets the subjects in the target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectsTypeImpl
Implementation of
SubjectsType. |
| Modifier and Type | Method and Description |
|---|---|
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)
Creates an XMLObject with a given fully qualified name.
|
SubjectsType |
TargetTypeImpl.getSubjects()
Gets the subjects of this target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetTypeImpl.setSubjects(SubjectsType newSubjects)
Sets the subjects in the target.
|
Copyright © 2021. All rights reserved.