Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 1,109 for authenticating (2.56 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/authenticatorfactory/delegating.go

    	"k8s.io/apiserver/pkg/authentication/authenticator"
    	"k8s.io/apiserver/pkg/authentication/group"
    	"k8s.io/apiserver/pkg/authentication/request/anonymous"
    	"k8s.io/apiserver/pkg/authentication/request/bearertoken"
    	"k8s.io/apiserver/pkg/authentication/request/headerrequest"
    	unionauth "k8s.io/apiserver/pkg/authentication/request/union"
    	"k8s.io/apiserver/pkg/authentication/request/websocket"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 29 07:49:14 UTC 2021
    - 5.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/org.gradle.authentication.http.HttpHeaderAuthentication.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)
  3. staging/src/k8s.io/api/testdata/HEAD/authentication.k8s.io.v1beta1.TokenReview.pb

    Daniel Smith <******@****.***> 1651776874 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 06 21:25:20 UTC 2022
    - 540 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/authentication.k8s.io.v1.TokenRequest.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 503 bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/authentication.k8s.io.v1beta1.SelfSubjectReview.pb

    SataQiu <******@****.***> 1713430345 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 486 bytes
    - Viewed (0)
  6. api/discovery/apis__authentication.k8s.io.json

      "kind": "APIGroup",
      "name": "authentication.k8s.io",
      "preferredVersion": {
        "groupVersion": "authentication.k8s.io/v1",
        "version": "v1"
      },
      "versions": [
        {
          "groupVersion": "authentication.k8s.io/v1",
          "version": "v1"
        },
        {
          "groupVersion": "authentication.k8s.io/v1beta1",
          "version": "v1beta1"
        },
        {
          "groupVersion": "authentication.k8s.io/v1alpha1",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 476 bytes
    - Viewed (0)
  7. platforms/software/resources-s3/src/main/java/org/gradle/authentication/aws/AwsImAuthentication.java

     * limitations under the License.
     */
    
    package org.gradle.authentication.aws;
    
    import org.gradle.authentication.Authentication;
    
    /**
     * Authentication scheme for digest access authentication over S3.
     *
     * @since 3.1
     */
    public interface AwsImAuthentication extends Authentication {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 865 bytes
    - Viewed (0)
  8. platforms/software/resources-http/src/main/java/org/gradle/authentication/http/HttpHeaderAuthentication.java

     * limitations under the License.
     */
    
    package org.gradle.authentication.http;
    
    import org.gradle.authentication.Authentication;
    
    /**
     * Authentication scheme for HTTP header authentication over HTTP.
     *
     * @since 4.10
     */
    public interface HttpHeaderAuthentication extends Authentication {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 870 bytes
    - Viewed (0)
  9. pkg/controlplane/controller/clusterauthenticationtrust/cluster_authentication_trust_controller_test.go

    			clusterAuthInfo: ClusterAuthenticationInfo{
    				ClientCA: someRandomCAProvider,
    			},
    			expectedConfigMaps: map[string]*corev1.ConfigMap{
    				"extension-apiserver-authentication": {
    					ObjectMeta: metav1.ObjectMeta{Namespace: metav1.NamespaceSystem, Name: "extension-apiserver-authentication"},
    					Data: map[string]string{
    						"client-ca-file": string(someRandomCA),
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 14 00:05:53 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  10. 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)
Back to top