Uses of Class
org.oa4mp.server.loader.oauth2.servlet.RFC8628ServletConfig
-
Packages that use RFC8628ServletConfig Package Description org.oa4mp.server.loader.oauth2 org.oa4mp.server.loader.oauth2.loader org.oa4mp.server.proxy -
-
Uses of RFC8628ServletConfig in org.oa4mp.server.loader.oauth2
Methods in org.oa4mp.server.loader.oauth2 that return RFC8628ServletConfig Modifier and Type Method Description RFC8628ServletConfig
OA2SE. getRfc8628ServletConfig()
Constructors in org.oa4mp.server.loader.oauth2 with parameters of type RFC8628ServletConfig 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 RFC8628ServletConfig in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return RFC8628ServletConfig Modifier and Type Method Description RFC8628ServletConfig
OA2ConfigurationLoader. getRFC8628ServletConfig()
-
Uses of RFC8628ServletConfig in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy with parameters of type RFC8628ServletConfig Modifier and Type Method Description static String
RFC8628Servlet. convertToCanonicalForm(String x, RFC8628ServletConfig rfc8628ServletConfig)
Used in the DB servlet mostly to take whatever the user types in (may or may not include the user code seperator), be in mixed case.protected static String
RFC8628Servlet. getUserCode(RFC8628ServletConfig rfc8628ServletConfig)
-