Uses of Class
org.oa4mp.server.loader.oauth2.scripting.qdl.OA2QDLEnvironment
-
Packages that use OA2QDLEnvironment Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting -
-
Uses of OA2QDLEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return OA2QDLEnvironment Modifier and Type Method Description OA2QDLEnvironment
OA2SE. getQDLEnvironment()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 with parameters of type OA2QDLEnvironment Modifier and Type Method Description void
OA2SE. setQDLEnvironment(OA2QDLEnvironment qdlEnvironment)
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 with parameters of type OA2QDLEnvironment Constructor Description OA2SE(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, javax.inject.Provider<TransactionStore> tsp, javax.inject.Provider<TXStore> txStoreProvider, javax.inject.Provider<VOStore> voStoreProvider, javax.inject.Provider<ClientStore> csp, int maxAllowedNewClientRequests, long agLifetime, long maxAGLifetime, long idTokenLifetime, long maxIDTokenLifetime, long maxATLifetime, long atLifetime, long maxRTLifetime, javax.inject.Provider<ClientApprovalStore> casp, List<MyProxyFacadeProvider> mfp, edu.uiuc.ncsa.security.util.mail.MailUtilProvider mup, ServiceEnvironmentImpl.MessagesProvider messagesProvider, javax.inject.Provider<AGIssuer> agip, javax.inject.Provider<ATIssuer> atip, javax.inject.Provider<PAIssuer> paip, javax.inject.Provider<TokenForge> tfp, HashMap<String,String> constants, AuthorizationServletConfig ac, edu.uiuc.ncsa.security.servlet.UsernameTransformer usernameTransformer, boolean isPingable, javax.inject.Provider<PermissionsStore> psp, javax.inject.Provider<AdminClientStore> acs, int clientSecretLength, Collection<String> scopes, ClaimSource claimSource, LDAPConfiguration ldapConfiguration2, boolean isRefreshTokenEnabled, boolean twoFactorSupportEnabled, long maxClientRefreshTokenLifetime, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jsonWebKeys, String issuer, boolean utilServletEnabled, boolean oidcEnabled, CMConfigs cmConfigs, OA2QDLEnvironment qdlEnvironment, boolean rfc8693Enabled, boolean qdlStrictACLs, boolean safeGC, boolean cleanupLockingEnabled, RFC8628ServletConfig rfc8628ServletConfig, boolean rfc8628Enabled, boolean printTSInDebug, long cleanupInterval, Collection<java.time.LocalTime> cleanupAlarms, String notifyACEventEmailAddresses, boolean rfc7636Required, boolean demoModeEnabled, long rtGracePeriod, boolean isMonitorEnabled, long monitorInterval, Collection<java.time.LocalTime> monitorAlarms, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger)
-
Uses of OA2QDLEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return OA2QDLEnvironment Modifier and Type Method Description protected OA2QDLEnvironment
OA2ConfigurationLoader. getQDLEnvironment()
-
Uses of OA2QDLEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting
Classes in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting with type parameters of type OA2QDLEnvironment Modifier and Type Class Description class
OA2QDLConfigurationLoader<T extends OA2QDLEnvironment>
Created by Jeff Gaynor
on 4/29/22 at 9:31 AMMethods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting that return OA2QDLEnvironment Modifier and Type Method Description OA2QDLEnvironment
QDLRuntimeEngine. getQE()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting with parameters of type OA2QDLEnvironment Modifier and Type Method Description void
QDLRuntimeEngine. setQE(OA2QDLEnvironment qe)
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting with parameters of type OA2QDLEnvironment Constructor Description QDLRuntimeEngine(OA2QDLEnvironment qe, OA2ServiceTransaction transaction)
-