Uses of Interface
org.oa4mp.server.api.servlet.storage.ConfigurationLoaderInterface
-
Packages that use ConfigurationLoaderInterface Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.server.servlet -
-
Uses of ConfigurationLoaderInterface in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that implement ConfigurationLoaderInterface Modifier and Type Class Description class
OA2ConfigurationLoader<T extends ServiceEnvironmentImpl>
Created by Jeff Gaynor
on 9/23/13 at 1:50 PM -
Uses of ConfigurationLoaderInterface in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Classes in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that implement ConfigurationLoaderInterface Modifier and Type Class Description class
AbstractConfigurationLoader<T extends ServiceEnvironmentImpl>
All servers configuration loaders should extend this.
-