Uses of Class
org.oa4mp.server.loader.qdl.scripting.OA2QDLEnvironment
-
Packages that use OA2QDLEnvironment Package Description org.oa4mp.server.loader.oauth2 org.oa4mp.server.loader.oauth2.loader org.oa4mp.server.loader.qdl.scripting -
-
Uses of OA2QDLEnvironment in org.oa4mp.server.loader.oauth2
Methods in org.oa4mp.server.loader.oauth2 that return OA2QDLEnvironment Modifier and Type Method Description OA2QDLEnvironment
OA2SE. getQDLEnvironment()
Methods in org.oa4mp.server.loader.oauth2 with parameters of type OA2QDLEnvironment Modifier and Type Method Description void
OA2SE. setQDLEnvironment(OA2QDLEnvironment qdlEnvironment)
Constructors in org.oa4mp.server.loader.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<VIStore> voStoreProvider, javax.inject.Provider<ClientStore> csp, int maxAllowedNewClientRequests, long agLifetime, long maxAGLifetime, long idTokenLifetime, long maxIDTokenLifetime, long maxATLifetime, long atLifetime, long rtLifetime, long maxRTLifetime, javax.inject.Provider<ClientApprovalStore> casp, 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, boolean cleanupFailOnErrors, RFC8628ServletConfig rfc8628ServletConfig, boolean rfc8628Enabled, boolean printTSInDebug, long cleanupInterval, Collection<LocalTime> cleanupAlarms, String notifyACEventEmailAddresses, boolean rfc7636Required, boolean demoModeEnabled, long rtGracePeriod, boolean isMonitorEnabled, long monitorInterval, Collection<LocalTime> monitorAlarms, boolean clientCredentialFlowEnabled, edu.uiuc.ncsa.security.core.util.MetaDebugUtil debugger, boolean allowPromptNone, DIServiceConfig DIServiceConfig)
-
Uses of OA2QDLEnvironment in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return OA2QDLEnvironment Modifier and Type Method Description protected OA2QDLEnvironment
OA2ConfigurationLoader. getQDLEnvironment()
-
Uses of OA2QDLEnvironment in org.oa4mp.server.loader.qdl.scripting
Classes in org.oa4mp.server.loader.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 org.oa4mp.server.loader.qdl.scripting that return OA2QDLEnvironment Modifier and Type Method Description OA2QDLEnvironment
QDLRuntimeEngine. getQE()
Methods in org.oa4mp.server.loader.qdl.scripting with parameters of type OA2QDLEnvironment Modifier and Type Method Description void
QDLRuntimeEngine. setQE(OA2QDLEnvironment qe)
Constructors in org.oa4mp.server.loader.qdl.scripting with parameters of type OA2QDLEnvironment Constructor Description QDLRuntimeEngine(OA2QDLEnvironment qe, OA2ServiceTransaction transaction)
-