Class MyProxyServiceEnvironment

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.Logable, Serializable, ServiceEnvironment

    public class MyProxyServiceEnvironment
    extends OA2SE
    An environment that needs to have my proxy services available.

    Created by Jeff Gaynor
    on 9/4/15 at 11:00 AM

    See Also:
    Serialized Form
    • Constructor Detail

      • MyProxyServiceEnvironment

        public MyProxyServiceEnvironment​(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
                                         javax.inject.Provider<org.oa4mp.delegation.common.storage.TransactionStore> tsp,
                                         javax.inject.Provider<TXStore> txStoreProvider,
                                         javax.inject.Provider<VIStore> voStoreProvider,
                                         javax.inject.Provider<org.oa4mp.delegation.server.storage.ClientStore> csp,
                                         int maxAllowedNewClientRequests,
                                         long agLifetime,
                                         long maxAGLifetime,
                                         long idTokenLifetime,
                                         long maxIDTokenLifetime,
                                         long maxATLifetime,
                                         long atLifetime,
                                         long rtLifetime,
                                         long maxRTLifetime,
                                         javax.inject.Provider<org.oa4mp.delegation.server.storage.ClientApprovalStore> casp,
                                         edu.uiuc.ncsa.security.util.mail.MailUtilProvider mup,
                                         ServiceEnvironmentImpl.MessagesProvider messagesProvider,
                                         javax.inject.Provider<org.oa4mp.delegation.server.issuers.AGIssuer> agip,
                                         javax.inject.Provider<org.oa4mp.delegation.server.issuers.ATIssuer> atip,
                                         javax.inject.Provider<org.oa4mp.delegation.server.issuers.PAIssuer> paip,
                                         javax.inject.Provider<org.oa4mp.delegation.common.token.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,
                                         List<MyProxyFacadeProvider> mfp)