- Sort Score
- Num 10 results
- Language All
Results 431 - 440 of 639 for password2 (0.44 seconds)
-
src/test/java/jcifs/config/PropertyConfigurationTest.java
Properties props = new Properties(); // Set some default test properties props.setProperty("jcifs.smb.client.username", "testuser"); props.setProperty("jcifs.smb.client.password", "testpass"); props.setProperty("jcifs.smb.client.domain", "testdomain"); props.setProperty("jcifs.netbios.hostname", "testhost"); props.setProperty("jcifs.netbios.scope", "");
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 11.3K bytes - Click Count (0) -
docs/ko/docs/tutorial/security/index.md
* `implicit` * `clientCredentials` * `authorizationCode` * 하지만 같은 애플리케이션에서 직접 인증을 처리하는 데 완벽하게 사용할 수 있는 특정 "flow"도 하나 있습니다: * `password`: 다음 장들에서 이에 대한 예시를 다룹니다. * `openIdConnect`: OAuth2 인증 데이터를 자동으로 탐색(discover)하는 방법을 정의합니다. * 이 자동 탐색은 OpenID Connect 명세에서 정의됩니다. /// tip | 팁Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Jan 16 11:54:01 GMT 2026 - 5.1K bytes - Click Count (0) -
helm-releases/minio-3.6.4.tgz
annotations: securityContext: enabled: false runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 resources: requests: memory: 128Mi nodeSelector: {} tolerations: [] affinity: {} ## List of users to be created after minio install ## users: ## Username, password and policy to be assigned to the user ## Default policies are [readonly|readwrite|writeonly|consoleAdmin|diagnostics] ## Add new policies as explained here https://docs.min.io/docs/minio-multi-user-quickstart-guide.html ## NOTE: this will fail if...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Apr 12 01:30:28 GMT 2022 - 17.9K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
private static final int NETBIOS_PORT = 139; private static final String WORKGROUP = "WORKGROUP"; private static final String USERNAME = "smbuser"; private static final String PASSWORD = "smbpass"; private Path tempDir; private String baseUrl; private CIFSContext context; @Container static GenericContainer<?> sambaContainer; static {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0) -
docs/pt/docs/tutorial/security/get-current-user.md
Agora você pode obter o usuário atual diretamente na sua *função de operação de rota*. Já estamos na metade do caminho. Só precisamos adicionar uma *operação de rota* para que o usuário/cliente realmente envie o `username` e `password`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Feb 13 13:48:53 GMT 2026 - 4.6K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManager.java
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 9.4K bytes - Click Count (0) -
docs/zh-hant/docs/tutorial/security/index.md
* 其中數個 flow 適合用來建立 OAuth 2.0 身分驗證提供者(如 Google、Facebook、X(Twitter)、GitHub 等): * `implicit` * `clientCredentials` * `authorizationCode` * 但有一個特定的 flow 可直接在同一個應用中處理身分驗證: * `password`:後續幾個章節會示範這個。 * `openIdConnect`:提供一種方式來定義如何自動發現 OAuth2 的身分驗證資訊。 * 這種自動探索機制即由 OpenID Connect 規範定義。 /// tip | 提示 整合像 Google、Facebook、X(Twitter)、GitHub 等其他身分驗證/授權提供者也是可行而且相對容易。Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:15:26 GMT 2026 - 4.1K bytes - Click Count (0) -
maven-tests/mvnw.cmd
@REM Apache Maven Wrapper startup batch script, version 3.3.4 @REM @REM Optional ENV vars @REM MVNW_REPOURL - repo url base for downloading maven distribution @REM MVNW_USERNAME/MVNW_PASSWORD - user and password for downloading maven @REM MVNW_VERBOSE - true: enable verbose log; others: silence the output @REM ----------------------------------------------------------------------------
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Sep 25 18:22:49 GMT 2025 - 6.8K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/get-current-user.md
Nous avons déjà fait la moitié du chemin. Il nous suffit d'ajouter un *chemin d'accès* pour que l'utilisateur/client envoie effectivement le `username` et le `password`.
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 4.8K bytes - Click Count (0) -
docs/fr/docs/tutorial/security/index.md
* `clientCredentials` * `authorizationCode` * Mais il existe un « flow » spécifique qui peut parfaitement être utilisé pour gérer l'authentification directement dans la même application : * `password` : certains des prochains chapitres couvriront des exemples à ce sujet. * `openIdConnect` : propose un moyen de définir comment découvrir automatiquement les données d'authentification OAuth2.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Feb 14 08:12:41 GMT 2026 - 5.2K bytes - Click Count (0)