Uses of Class
org.oa4mp.server.api.ServiceEnvironmentImpl
-
-
Uses of ServiceEnvironmentImpl in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.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 org.oa4mp.server.admin.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 org.oa4mp.server.admin.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 org.oa4mp.server.admin.oauth2.base with parameters of type ServiceEnvironmentImpl Constructor Description CopyTool(ServiceEnvironmentImpl srcEnv, ServiceEnvironmentImpl targetEnv)
-
Uses of ServiceEnvironmentImpl in org.oa4mp.server.api.storage.servlet
Classes in org.oa4mp.server.api.storage.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 org.oa4mp.server.api.storage.servlet that return ServiceEnvironmentImpl Modifier and Type Method Description ServiceEnvironmentImpl
EnvServlet. loadProperties2()
ServiceEnvironmentImpl
OA4MPServlet. loadProperties2()
-
Uses of ServiceEnvironmentImpl in org.oa4mp.server.api.util
Constructors in org.oa4mp.server.api.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 org.oa4mp.server.loader.oauth2
Subclasses of ServiceEnvironmentImpl in org.oa4mp.server.loader.oauth2 Modifier and Type Class Description class
OA2SE
Created by Jeff Gaynor
on 3/27/14 at 4:16 PM -
Uses of ServiceEnvironmentImpl in org.oa4mp.server.loader.oauth2.loader
Classes in org.oa4mp.server.loader.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
-