Uses of Interface
org.cilogon.oauth2.servlet.util.CILogonConfiguration
-
Packages that use CILogonConfiguration Package Description org.cilogon.oauth2.servlet.loader Package that reads the CILogon configuration and creates the runtime environment (CILogonOA2ServiceEnvironment
from that.org.cilogon.oauth2.servlet.util Various utilities needed by the stores. -
-
Uses of CILogonConfiguration in org.cilogon.oauth2.servlet.loader
Classes in org.cilogon.oauth2.servlet.loader that implement CILogonConfiguration Modifier and Type Class Description class
CILOA2ConfigurationLoader<C extends org.oa4mp.server.loader.oauth2.OA2SE>
This handles the extensions to OA4MP and serves as a facade for the CILogon store loader.class
OA2CILogonStoreLoader<T extends org.oa4mp.server.api.ServiceEnvironmentImpl>
Created by Jeff Gaynor
on 11/11/15 at 4:33 PM -
Uses of CILogonConfiguration in org.cilogon.oauth2.servlet.util
Classes in org.cilogon.oauth2.servlet.util that implement CILogonConfiguration Modifier and Type Class Description class
CILogonStoreLoader<T extends org.oa4mp.server.api.ServiceEnvironmentImpl>
Stores specific to CILogon (as opposed to OA4MP generally).
-