Uses of Interface
org.opensaml.xacml.ctx.AttributeType
Packages that use AttributeType
Package
Description
XMLObject interfaces for XACML context schema.
XMLObject implementations for XACML context schema.
-
Uses of AttributeType in org.opensaml.xacml.ctx
Methods in org.opensaml.xacml.ctx that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionActionType.getAttributes()Returns the list of attributes in the subject.EnvironmentType.getAttributes()Returns the list of attributes in the environment.ResourceType.getAttributes()Returns the list of attributes in the resource.SubjectType.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 AttributeTypeFields in org.opensaml.xacml.ctx.impl with type parameters of type AttributeTypeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<AttributeType>ActionTypeImpl.attributesLists of the attributes in the subject.private XMLObjectChildrenList<AttributeType>EnvironmentTypeImpl.attributesList of the values in the environment.private XMLObjectChildrenList<AttributeType>ResourceTypeImpl.attributesLists of the attributes in the subject.private XMLObjectChildrenList<AttributeType>SubjectTypeImpl.attributesLists of the attributes in the subject.Methods in org.opensaml.xacml.ctx.impl that return AttributeTypeModifier and TypeMethodDescriptionAttributeTypeImplBuilder.buildObject()Builds a XACMLObject using the default name and namespace information provided XACML specifications.AttributeTypeImplBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xacml.ctx.impl that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionActionTypeImpl.getAttributes()Returns the list of attributes in the subject.EnvironmentTypeImpl.getAttributes()Returns the list of attributes in the environment.ResourceTypeImpl.getAttributes()Returns the list of attributes in the resource.SubjectTypeImpl.getAttributes()Returns the list of attributes in the subject.