Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for clientWants (0.2 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/context/DaemonCompatibilitySpecSpec.groovy

        }
    
        DaemonRequestContext clientWants(Map args) {
            clientWants(args.requestedJvm,
                args.daemonOpts ?: [],
                args.applyInstrumentationAgent ?: false,
                args.nativeServicesMode ?: NativeServices.NativeServicesMode.NOT_SET,
                args.priority?:DaemonParameters.Priority.NORMAL)
        }
    
        DaemonRequestContext clientWants(JavaInfo requestedJvm,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. cmd/sts-handlers.go

    	stsDurationSeconds        = "DurationSeconds"
    	stsLDAPUsername           = "LDAPUsername"
    	stsLDAPPassword           = "LDAPPassword"
    
    	// STS API action constants
    	clientGrants        = "AssumeRoleWithClientGrants"
    	webIdentity         = "AssumeRoleWithWebIdentity"
    	ldapIdentity        = "AssumeRoleWithLDAPIdentity"
    	clientCertificate   = "AssumeRoleWithCertificate"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top