Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 1,082 for realm (0.1 sec)

  1. docs/em/docs/advanced/security/http-basic-auth.md

    # ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ”ฐ ๐Ÿ”
    
    ๐Ÿ™… ๐Ÿ’ผ, ๐Ÿ‘† ๐Ÿ’ช โš™๏ธ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ”ฐ ๐Ÿ”.
    
    ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ”ฐ ๐Ÿ”, ๐Ÿˆธ โŒ› ๐ŸŽš ๐Ÿ‘ˆ ๐Ÿ”Œ ๐Ÿ†” & ๐Ÿ”.
    
    ๐Ÿšฅ โšซ๏ธ ๐Ÿšซ ๐Ÿ“จ โšซ๏ธ, โšซ๏ธ ๐Ÿ“จ ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” 4๏ธโƒฃ0๏ธโƒฃ1๏ธโƒฃ "โ›”" โŒ.
    
    & ๐Ÿ“จ ๐ŸŽš `WWW-Authenticate` โฎ๏ธ ๐Ÿ’ฒ `Basic`, & ๐Ÿ“ฆ `realm` ๐Ÿ”ข.
    
    ๐Ÿ‘ˆ ๐Ÿ’ฌ ๐Ÿ–ฅ ๐ŸŽฆ ๐Ÿ› ๏ธ ๐Ÿ“‹ ๐Ÿ†” & ๐Ÿ”.
    
    โคด๏ธ, ๐Ÿ•โ” ๐Ÿ‘† ๐Ÿ†Ž ๐Ÿ‘ˆ ๐Ÿ†” & ๐Ÿ”, ๐Ÿ–ฅ ๐Ÿ“จ ๐Ÿ‘ซ ๐ŸŽš ๐Ÿ”.
    
    ## ๐Ÿ™… ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ” ๐Ÿ”ฐ ๐Ÿ”
    
    * ๐Ÿ—„ `HTTPBasic` & `HTTPBasicCredentials`.
    * โœ "`security` โš–" โš™๏ธ `HTTPBasic`.
    * โš™๏ธ ๐Ÿ‘ˆ `security` โฎ๏ธ ๐Ÿ”— ๐Ÿ‘† *โžก ๐Ÿ› ๏ธ*.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Apr 01 09:26:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

                "WWW-Authenticate",
                "Basic realm=\"protected area\", charset=\"UTF-8\"",
              ),
            body = "Please authenticate with UTF-8.",
          ),
        )
        server.enqueue(
          MockResponse(
            code = 401,
            headers =
              headersOf(
                "WWW-Authenticate",
                "Basic realm=\"protected area\"",
              ),
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/KotlinDeprecationErrorTest.kt

      @Test @Disabled
      fun challenge() {
        val challenge = Challenge("", mapOf("" to ""))
        val scheme: String = challenge.scheme()
        val authParams: Map<String?, String> = challenge.authParams()
        val realm: String? = challenge.realm()
        val charset: Charset = challenge.charset()
      }
    
      @Test @Disabled
      fun cipherSuite() {
        val cipherSuite: CipherSuite = CipherSuite.TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. maven-core/src/main/java/org/apache/maven/project/MavenProject.java

        }
    
        /**
         * Sets the project's class realm. <strong>Warning:</strong> This is an internal utility method that is only public
         * for technical reasons, it is not part of the public API. In particular, this method can be changed or deleted
         * without prior notice and must not be used by plugins.
         *
         * @param classRealm The class realm hosting the build extensions of this project, may be {@code null}.
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Mar 01 17:18:13 UTC 2024
    - 56.6K bytes
    - Viewed (0)
  5. maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginDescriptorCache.java

     * artifact and does not contain any runtime specific data. The cache must not be used for descriptors that hold runtime
     * data like the plugin realm. <strong>Warning:</strong> This is an internal utility interface that is only public for
     * technical reasons, it is not part of the public API. In particular, this interface can be changed or deleted without
     * prior notice.
     *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:49 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/java_plugin.adoc

    | link:https://github.com/square/AssistedInject/blob/master/CHANGELOG.md#version-050-2019-08-08[0.5.0]
    | N/A
    
    | link:https://github.com/realm/realm-java[Realm]
    | link:https://github.com/realm/realm-java/blob/v5.11.0/CHANGELOG.md[5.11.0]
    | N/A
    
    | Requery
    | link:https://github.com/requery/requery/issues/773[Open issue]
    | N/A
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. docs/de/docs/advanced/security/http-basic-auth.md

    Wenn sie diesen nicht empfรคngt, gibt sie den HTTP-Error 401 โ€žUnauthorizedโ€œ zurรผck.
    
    Und gibt einen Header `WWW-Authenticate` mit dem Wert `Basic` und einem optionalen `realm`-Parameter (โ€žBereichโ€œ) zurรผck.
    
    Dadurch wird der Browser angewiesen, die integrierte Eingabeaufforderung fรผr einen Benutzernamen und ein Passwort anzuzeigen.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:28:08 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/security/http-basic-auth.md

    # HTTP ๅŸบ็ก€ๆŽˆๆƒ
    
    ๆœ€็ฎ€ๅ•็š„็”จไพ‹ๆ˜ฏไฝฟ็”จ HTTP ๅŸบ็ก€ๆŽˆๆƒ๏ผˆHTTP Basic Auth๏ผ‰ใ€‚
    
    ๅœจ HTTP ๅŸบ็ก€ๆŽˆๆƒไธญ๏ผŒๅบ”็”จ้œ€่ฆ่ฏทๆฑ‚ๅคดๅŒ…ๅซ็”จๆˆทๅไธŽๅฏ†็ ใ€‚
    
    ๅฆ‚ๆžœๆฒกๆœ‰ๆŽฅๆ”ถๅˆฐ HTTP ๅŸบ็ก€ๆŽˆๆƒ๏ผŒๅฐฑ่ฟ”ๅ›ž HTTP 401 `"Unauthorized"` ้”™่ฏฏใ€‚
    
    ๅนถ่ฟ”ๅ›žๅซ `Basic` ๅ€ผ็š„่ฏทๆฑ‚ๅคด `WWW-Authenticate`ไปฅๅŠๅฏ้€‰็š„ `realm` ๅ‚ๆ•ฐใ€‚
    
    HTTP ๅŸบ็ก€ๆŽˆๆƒ่ฎฉๆต่งˆๅ™จๆ˜พ็คบๅ†…็ฝฎ็š„็”จๆˆทๅไธŽๅฏ†็ ๆ็คบใ€‚
    
    ่พ“ๅ…ฅ็”จๆˆทๅไธŽๅฏ†็ ๅŽ๏ผŒๆต่งˆๅ™จไผšๆŠŠๅฎƒไปฌ่‡ชๅŠจๅ‘้€่‡ณ่ฏทๆฑ‚ๅคดใ€‚
    
    ## ็ฎ€ๅ•็š„ HTTP ๅŸบ็ก€ๆŽˆๆƒ
    
    * ๅฏผๅ…ฅ `HTTPBasic` ไธŽ `HTTPBasicCredentials`
    * ไฝฟ็”จ `HTTPBasic` ๅˆ›ๅปบ**ๅฎ‰ๅ…จๆฆ‚ๅ›พ**
    * ๅœจ*่ทฏๅพ„ๆ“ไฝœ*็š„ไพ่ต–้กนไธญไฝฟ็”จ `security`
    * ่ฟ”ๅ›ž็ฑปๅž‹ไธบ `HTTPBasicCredentials` ็š„ๅฏน่ฑก๏ผš
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun May 05 21:32:54 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/JAASAuthenticator.java

     * get proper ticket caching.
     * 
     * Be advised that short/NetBIOS name usage is not supported with this authenticator. Always specify full FQDNs/Realm.
     * This can be a problem if using DFS in it's default configuration as that still returns referrals in short form.
     * See <a href="https://support.microsoft.com/en-us/kb/244380">KB-244380</a> for compatible server configuration.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 8.1K bytes
    - Viewed (0)
  10. docs/en/docs/advanced/security/http-basic-auth.md

    If it doesn't receive it, it returns an HTTP 401 "Unauthorized" error.
    
    And returns a header `WWW-Authenticate` with a value of `Basic`, and an optional `realm` parameter.
    
    That tells the browser to show the integrated prompt for a username and password.
    
    Then, when you type that username and password, the browser sends them in the header automatically.
    
    ## Simple HTTP Basic Auth
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Jan 11 14:33:05 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top