Package | Description |
---|---|
org.opensaml.xacml.ctx | |
org.opensaml.xacml.ctx.impl |
Modifier and Type | Method and Description |
---|---|
List<AttributeType> |
SubjectType.getAttributes()
Returns the list of attributes in the subject.
|
List<AttributeType> |
ResourceType.getAttributes()
Returns the list of attributes in the resource.
|
List<AttributeType> |
ActionType.getAttributes()
Returns the list of attributes in the subject.
|
List<AttributeType> |
EnvironmentType.getAttributes()
Returns the list of attributes in the environment.
|
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> |
EnvironmentTypeImpl.getAttributes()
Returns the list of attributes in the environment.
|
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> |
ResourceTypeImpl.getAttributes()
Returns the list of attributes in the resource.
|
Copyright © 1999-2013. All Rights Reserved.