Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
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) |
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 © 1999-2013. All Rights Reserved.