|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeType | |
|---|---|
| org.opensaml.xacml.ctx | |
| org.opensaml.xacml.ctx.impl | |
| Uses of AttributeType in org.opensaml.xacml.ctx |
|---|
| Methods in org.opensaml.xacml.ctx that return types with arguments of type AttributeType | |
|---|---|
java.util.List<AttributeType> |
SubjectType.getAttributes()
Returns the list of attributes in the subject. |
java.util.List<AttributeType> |
ResourceType.getAttributes()
Returns the list of attributes in the resource. |
java.util.List<AttributeType> |
EnvironmentType.getAttributes()
Returns the list of attributes in the environment. |
java.util.List<AttributeType> |
ActionType.getAttributes()
Returns the list of attributes in the subject. |
| Uses of AttributeType in org.opensaml.xacml.ctx.impl |
|---|
| Classes in org.opensaml.xacml.ctx.impl that implement AttributeType | |
|---|---|
class |
AttributeTypeImpl
Concrete implementation of AttributeType. |
| Methods in org.opensaml.xacml.ctx.impl that return AttributeType | |
|---|---|
AttributeType |
AttributeTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
AttributeType |
AttributeTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
| Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type AttributeType | |
|---|---|
java.util.List<AttributeType> |
SubjectTypeImpl.getAttributes()
Returns the list of attributes in the subject. |
java.util.List<AttributeType> |
ResourceTypeImpl.getAttributes()
Returns the list of attributes in the resource. |
java.util.List<AttributeType> |
EnvironmentTypeImpl.getAttributes()
Returns the list of attributes in the environment. |
java.util.List<AttributeType> |
ActionTypeImpl.getAttributes()
Returns the list of attributes in the subject. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||