Uses of Class
org.oa4mp.server.loader.oauth2.servlet.RFC8628ServletConfig
-
Packages that use RFC8628ServletConfig Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.oa2.servlet -
-
Uses of RFC8628ServletConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return RFC8628ServletConfig Modifier and Type Method Description RFC8628ServletConfig
OA2SE. getRfc8628ServletConfig()
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.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<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 RFC8628ServletConfig in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return RFC8628ServletConfig Modifier and Type Method Description RFC8628ServletConfig
OA2ConfigurationLoader. getRFC8628ServletConfig()
-
Uses of RFC8628ServletConfig in edu.uiuc.ncsa.oa2.servlet
Methods in edu.uiuc.ncsa.oa2.servlet 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)
-