Uses of Interface
org.opensaml.xacml.ctx.AttributeType

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> ActionType.getAttributes()
          Returns the list of attributes in the subject.
 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.
 

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 XACML object, using its default attribute name.
 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> ActionTypeImpl.getAttributes()
          Returns the list of attributes in the subject.
 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.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.