Uses of Class
org.oa4mp.server.api.ServiceEnvironmentImpl
-
-
Uses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Subclasses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 Modifier and Type Class Description class
OA2SE
Created by Jeff Gaynor
on 3/27/14 at 4:16 PM -
Uses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader with type parameters of type ServiceEnvironmentImpl Modifier and Type Class Description class
OA2ConfigurationLoader<T extends ServiceEnvironmentImpl>
Created by Jeff Gaynor
on 9/23/13 at 1:50 PM -
Uses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Classes in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet with type parameters of type ServiceEnvironmentImpl Modifier and Type Class Description class
AbstractConfigurationLoader<T extends ServiceEnvironmentImpl>
All servers configuration loaders should extend this.Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return ServiceEnvironmentImpl Modifier and Type Method Description ServiceEnvironmentImpl
EnvServlet. loadProperties2()
ServiceEnvironmentImpl
MyProxyDelegationServlet. loadProperties2()
-
Uses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oa4mp.server.util
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.server.util with parameters of type ServiceEnvironmentImpl Constructor Description ClientApprovalThread(edu.uiuc.ncsa.security.core.util.MyLoggingFacade myLogger, ServiceEnvironmentImpl se2, File pollingDir, Long pollingInterval)
-
Uses of ServiceEnvironmentImpl in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.myproxy.oauth2.base that return ServiceEnvironmentImpl Modifier and Type Method Description protected ServiceEnvironmentImpl
CopyTool. getEnv(String cfgFileOption, String cfgNameOption)
ServiceEnvironmentImpl
CopyTool. getSourceEnv()
ServiceEnvironmentImpl
CopyTool. getTargetEnv()
Methods in edu.uiuc.ncsa.myproxy.oauth2.base that return types with arguments of type ServiceEnvironmentImpl Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends ServiceEnvironmentImpl>
CLIApprover. getLoader()
Methods in edu.uiuc.ncsa.myproxy.oauth2.base with parameters of type ServiceEnvironmentImpl Modifier and Type Method Description boolean
CopyToolVerifier. verifyStores(ServiceEnvironmentImpl sEnv, ServiceEnvironmentImpl tEnv)
Run through all the stores in these environments.Constructors in edu.uiuc.ncsa.myproxy.oauth2.base with parameters of type ServiceEnvironmentImpl Constructor Description CopyTool(ServiceEnvironmentImpl srcEnv, ServiceEnvironmentImpl targetEnv)
-