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

Packages that use EnvironmentType
org.opensaml.xacml.ctx   
org.opensaml.xacml.ctx.impl   
 

Uses of EnvironmentType in org.opensaml.xacml.ctx
 

Methods in org.opensaml.xacml.ctx that return EnvironmentType
 EnvironmentType RequestType.getEnvironment()
          Gets the environment from the request.
 

Methods in org.opensaml.xacml.ctx with parameters of type EnvironmentType
 void RequestType.setEnvironment(EnvironmentType environment)
          Sets the environment of the request.
 

Uses of EnvironmentType in org.opensaml.xacml.ctx.impl
 

Methods in org.opensaml.xacml.ctx.impl that return EnvironmentType
 EnvironmentType EnvironmentTypeImplBuilder.buildObject()
          Builds a XACML object, using its default attribute name.
 EnvironmentType EnvironmentTypeImplBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 EnvironmentType RequestTypeImpl.getEnvironment()
          Gets the environment from the request.
 

Methods in org.opensaml.xacml.ctx.impl with parameters of type EnvironmentType
 void RequestTypeImpl.setEnvironment(EnvironmentType environment)
          Sets the environment of the request.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.