Uses of Interface
org.opensaml.xacml.ctx.AttributeType
-
Packages that use AttributeType Package Description org.opensaml.xacml.ctx XMLObject interfaces 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 AttributeType Modifier and Type Method 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.
-