Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 1,109 for authenticating (0.47 sec)

  1. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpResourcesServices.java

    import org.gradle.authentication.http.BasicAuthentication;
    import org.gradle.authentication.http.DigestAuthentication;
    import org.gradle.authentication.http.HttpHeaderAuthentication;
    import org.gradle.internal.authentication.AuthenticationSchemeRegistry;
    import org.gradle.internal.authentication.DefaultBasicAuthentication;
    import org.gradle.internal.authentication.DefaultDigestAuthentication;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ntlmssp/NtlmFlags.java

         * This is used in the negotation of local authentication.
         */
        public static final int NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED = 0x00001000;
    
        /**
         * Indicates whether the OEM-formatted workstation name is supplied
         * in the Type-1 message. This is used in the negotiation of local
         * authentication.
         */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/repositories/AuthenticationContainer.java

    import org.gradle.api.PolymorphicDomainObjectContainer;
    import org.gradle.authentication.Authentication;
    
    /**
     * Container for configuring repository authentication schemes of type {@link org.gradle.authentication.Authentication}.
     */
    public interface AuthenticationContainer extends PolymorphicDomainObjectContainer<Authentication> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 11 20:41:54 UTC 2018
    - 1002 bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/internal/authentication/DefaultAuthenticationContainer.java

     * limitations under the License.
     */
    
    package org.gradle.internal.authentication;
    
    import org.gradle.api.artifacts.repositories.AuthenticationContainer;
    import org.gradle.api.internal.CollectionCallbackActionDecorator;
    import org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer;
    import org.gradle.authentication.Authentication;
    import org.gradle.internal.reflect.Instantiator;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 10 22:34:19 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  5. platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/HttpConnectorFactory.java

    import com.google.common.collect.ImmutableSet;
    import org.gradle.authentication.Authentication;
    import org.gradle.authentication.http.BasicAuthentication;
    import org.gradle.authentication.http.DigestAuthentication;
    import org.gradle.authentication.http.HttpHeaderAuthentication;
    import org.gradle.internal.authentication.AllSchemesAuthentication;
    import org.gradle.internal.resource.connector.ResourceConnectorFactory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/Authenticator.kt

     *     .build();
     * ```
     *
     * The proxy authenticator may implement preemptive authentication, reactive authentication, or
     * both.
     *
     * Applications may configure OkHttp with an authenticator for origin servers, or proxy servers,
     * or both.
     *
     * ## Authentication Retries
     *
     * If your authentication may be flaky and requires retries you should apply some policy
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  7. releasenotes/notes/multicuster-secret-auth.yaml

      **Removed** support for a number of nonstandard kubeconfig authentication methods when using multicluster secret.
    
    upgradeNotes:
    - title: Multicluster Secret Authentication Changes
      content: |
        When kubeconfig files are created to [enable endpoint discovery](https://istio.io/latest/docs/setup/install/multicluster/multi-primary/#enable-endpoint-discovery)
        in multicluster installations, the authentication methods allowed in the configuration is now limited.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Nov 30 22:23:58 UTC 2021
    - 1010 bytes
    - Viewed (0)
  8. pkg/kubeapiserver/options/authentication_test.go

    		},
    		{
    			name: "authentication-config file, feature gate is not enabled",
    			args: []string{
    				"--authentication-config=configfile",
    			},
    			expectErr: "set --feature-gates=StructuredAuthenticationConfiguration=true to use authentication-config file",
    		},
    		{
    			name: "authentication-config file, --oidc-issuer-url is set",
    			args: []string{
    				"--authentication-config=configfile",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/dsl/org.gradle.authentication.http.BasicAuthentication.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1.TokenRequest.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 503 bytes
    - Viewed (0)
Back to top