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 XACMLObject using the default name and namespace information provided XACML specifications.
 EnvironmentType EnvironmentTypeImplBuilder.buildObject(String namespaceURI, String localName, 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-2011 Internet2. All Rights Reserved.