Uses of Interface
dev.galasa.framework.api.common.Environment
Packages that use Environment
-
Uses of Environment in dev.galasa.framework.api.common
Classes in dev.galasa.framework.api.common that implement EnvironmentModifier and TypeClassDescriptionclass
An implementation of the Environment interface which allows code to get environment variables from the real system.Fields in dev.galasa.framework.api.common declared as EnvironmentConstructors in dev.galasa.framework.api.common with parameters of type EnvironmentModifierConstructorDescriptionBaseServlet
(Environment env) HttpRequestContext
(javax.servlet.http.HttpServletRequest request, Environment env) JwtWrapper
(String jwt, Environment env) JwtWrapper
(javax.servlet.http.HttpServletRequest req, Environment env) -
Uses of Environment in dev.galasa.framework.auth.spi
Constructors in dev.galasa.framework.auth.spi with parameters of type Environment