- Sort Score
- Num 10 results
- Language All
Results 291 - 300 of 467 for passWord (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbClient.java
} } } } /** * Creates an NTLM password authenticator from the given SMB authentication. * * @param smbAuthentication the SMB authentication information * @return the NTLM password authenticator */ protected NtlmPasswordAuthenticator getAuthenticator(final SmbAuthentication smbAuthentication) {Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Thu Dec 11 08:38:29 GMT 2025 - 23.4K bytes - Click Count (3) -
docs/sts/assume-role.md
Create new users following the multi-user guide [here](https://docs.min.io/community/minio-object-store/administration/identity-access-management.html) ### Testing an example with awscli tool > Use the same username and password created in the previous steps. ``` [foobar] region = us-east-1 aws_access_key_id = foobar aws_secret_access_key = foo12345 ```
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 7.2K bytes - Click Count (0) -
internal/logger/help.go
Optional: true, Type: "string", Sensitive: true, }, config.HelpKV{ Key: KafkaSASLPassword, Description: "password for SASL/PLAIN or SASL/SCRAM authentication", Optional: true, Type: "string", Sensitive: true, Secret: true, }, config.HelpKV{ Key: KafkaSASLMechanism,
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Sep 11 22:20:42 GMT 2024 - 7.4K bytes - Click Count (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/TestValueFactory.kt
var dns: Dns = Dns.SYSTEM var proxy: Proxy = Proxy.NO_PROXY var proxySelector: ProxySelector = RecordingProxySelector() var proxyAuthenticator: Authenticator = RecordingOkAuthenticator("password", null) var connectionSpecs: List<ConnectionSpec> = listOf( ConnectionSpec.MODERN_TLS, ConnectionSpec.COMPATIBLE_TLS, ConnectionSpec.CLEARTEXT, ) var protocols: List<Protocol> =
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Oct 08 03:50:05 GMT 2025 - 6.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/user/cbean/bs/BsUserCB.java
doColumn("name"); } public void columnPager() { doColumn("pager"); } public void columnPassword() { doColumn("password"); } public void columnPhysicalDeliveryOfficeName() { doColumn("physicalDeliveryOfficeName"); } public void columnPostOfficeBox() {
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 9.8K bytes - Click Count (0) -
docs/en/docs/tutorial/security/get-current-user.md
You can now get the current user directly in your *path operation function*. We are already halfway there. We just need to add a *path operation* for the user/client to actually send the `username` and `password`.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Aug 31 09:15:41 GMT 2025 - 4K bytes - Click Count (0) -
docs/de/docs/tutorial/security/get-current-user.md
Wir haben bereits die Hälfte geschafft. Wir müssen jetzt nur noch eine *Pfadoperation* hinzufügen, mittels der der Benutzer/Client tatsächlich seinen `username` und `password` senden kann.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Sep 20 15:10:09 GMT 2025 - 4.8K bytes - Click Count (0) -
fastapi/applications.py
(fields) defined in the `response_model`. If you returned an object that contains an attribute `password` but the `response_model` does not include that field, the JSON sent to the client would not have that `password`. * Validation: whatever you return will be serialized with theCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 21:25:59 GMT 2025 - 176.3K bytes - Click Count (0) -
docs/ru/docs/tutorial/security/index.md
* `clientCredentials` * `authorizationCode` * Но есть один конкретный "поток", который может быть идеально использован для обработки аутентификации непосредственно в том же приложении: * `password`: в некоторых следующих главах будут рассмотрены примеры этого. * `openIdConnect`: способ определить, как автоматически обнаруживать данные аутентификации OAuth2.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 8.4K bytes - Click Count (0) -
docs/ru/docs/advanced/security/oauth2-scopes.md
## О сторонних интеграциях { #about-third-party-integrations } В этом примере мы используем OAuth2 «password flow» (аутентификация по паролю). Это уместно, когда мы входим в наше собственное приложение, вероятно, с нашим собственным фронтендом. Мы можем ему доверять при получении `username` и `password`, потому что он под нашим контролем.Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Sep 30 11:37:11 GMT 2025 - 20.7K bytes - Click Count (0)