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
 

Classes in org.opensaml.xacml.ctx.impl that implement EnvironmentType
 class EnvironmentTypeImpl
          Concrete implementation of EnvironmentType.
 

Fields in org.opensaml.xacml.ctx.impl declared as EnvironmentType
private  EnvironmentType RequestTypeImpl.environment
          The environment of the request.
 

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 © 1999-2012. All Rights Reserved.