Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for AuthenticationSchemeAction (0.34 sec)

  1. platforms/software/resources-s3/src/main/java/org/gradle/internal/resource/transport/aws/s3/S3ResourcesServices.java

            registration.addProvider(new AuthenticationSchemeAction());
        }
    
        private static class GlobalScopeServices implements ServiceRegistrationProvider {
            @Provides
            ResourceConnectorFactory createS3ConnectorFactory() {
                return new S3ConnectorFactory();
            }
        }
    
        private static class AuthenticationSchemeAction implements ServiceRegistrationProvider {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpResourcesServices.java

            registration.addProvider(new GlobalScopeServices());
        }
    
        @Override
        public void registerBuildServices(ServiceRegistration registration) {
            registration.addProvider(new AuthenticationSchemeAction());
        }
    
        private static class GlobalScopeServices implements ServiceRegistrationProvider {
            @Provides
            SslContextFactory createSslContextFactory() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.resource.transport.aws.s3.S3ResourcesServices$AuthenticationSchemeAction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (S3ResourcesServices.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top