| Package | Description |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
ActionType.getAttributes()
Returns the list of attributes in the subject.
|
List<AttributeType> |
EnvironmentType.getAttributes()
Returns the list of attributes in the environment.
|
List<AttributeType> |
ResourceType.getAttributes()
Returns the list of attributes in the resource.
|
List<AttributeType> |
SubjectType.getAttributes()
Returns the list of attributes in the subject.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTypeImpl
Concrete implementation of
AttributeType. |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
AttributeTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
AttributeType |
AttributeTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeType> |
ResourceTypeImpl.getAttributes()
Returns the list of attributes in the resource.
|
List<AttributeType> |
ActionTypeImpl.getAttributes()
Returns the list of attributes in the subject.
|
List<AttributeType> |
SubjectTypeImpl.getAttributes()
Returns the list of attributes in the subject.
|
List<AttributeType> |
EnvironmentTypeImpl.getAttributes()
Returns the list of attributes in the environment.
|
Copyright © 1999–2015. All rights reserved.