- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 427 for password (0.04 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTesterJvm.kt
when (component) { Component.USER -> UrlComponentEncodingTesterJvmPlatform() .escapeForUri('%'.code) Component.PASSWORD -> UrlComponentEncodingTesterJvmPlatform() .escapeForUri('%'.code) Component.HOST -> UrlComponentEncodingTesterJvmPlatform() .stripForUri( '\"'.code, '<'.code,
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 5.5K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnenc/EncryptInvoker.java
context.style.italic().bold().foreground(Colors.rgbColor("green")), "Maven Encryption " + CLIReportingUtils.showVersionMinimal()); context.addInHeader("Tool for secure password management on workstations."); context.addInHeader("This tool is part of Apache Maven 4 distribution."); context.addInHeader(""); context.terminal.handle(
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 4.5K bytes - Viewed (0) -
docs/pt/docs/tutorial/security/index.md
* `implicit` * `clientCredentials` * `authorizationCode` * Mas existe um “fluxo” específico que pode ser perfeitamente usado para resolver autenticação diretamente na mesma aplicação: * `password`: alguns dos próximos capítulos tratarão disso. * `openIdConnect`: tem uma forma para definir como descobrir automaticamente o dado da autenticação OAuth2.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:17:03 UTC 2025 - 4.9K bytes - Viewed (0) -
src/main/java/jcifs/http/NetworkExplorer.java
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 23.4K bytes - Viewed (0) -
docs/en/docs/tutorial/request-form-models.md
If a client tries to send some extra data, they will receive an **error** response. For example, if the client tries to send the form fields: * `username`: `Rick` * `password`: `Portal Gun` * `extra`: `Mr. Poopybutthole` They will receive an error response telling them that the field `extra` is not allowed: ```json { "detail": [ {Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 2.2K bytes - Viewed (0) -
docs/es/docs/advanced/security/oauth2-scopes.md
En este ejemplo estamos usando el flujo de OAuth2 "password". Esto es apropiado cuando estamos iniciando sesión en nuestra propia aplicación, probablemente con nuestro propio frontend. Porque podemos confiar en ella para recibir el `username` y `password`, ya que la controlamos.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 10:15:01 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmAuthenticator.java
return requestNtlmPasswordAuthentication(auth, url, sae); } /** * Requests NTLM password authentication using the specified authenticator. * @param a the authenticator to use for retrieving credentials * @param url the URL that requires authentication
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/resources/fess_config.properties
storage.max.items.in.page=1000 # ---------------------------------------------------------- # Password # ------ # List of invalid admin passwords. password.invalid.admin.passwords=\
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
docs/de/docs/tutorial/security/index.md
* `clientCredentials` * `authorizationCode` * Es gibt jedoch einen bestimmten „Flow“, der perfekt für die direkte Abwicklung der Authentifizierung in derselben Anwendung verwendet werden kann: * `password`: Einige der nächsten Kapitel werden Beispiele dafür behandeln. * `openIdConnect`: bietet eine Möglichkeit, zu definieren, wie OAuth2-Authentifizierungsdaten automatisch ermittelt werden können.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 5.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/user/ApiAdminUserAction.java
protected EditBody createEditBody(final User entity) { final EditBody body = new EditBody(); copyBeanToBean(entity, body, copyOp -> { copyOp.excludeNull(); }); body.password = null; body.confirmPassword = null; return body; }
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Mon Nov 24 02:07:40 UTC 2025 - 7.8K bytes - Viewed (0)