- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 451 for user_age (0.04 sec)
-
src/main/java/jcifs/smb/JAASAuthenticator.java
* JAAS configuration name * @param domain the domain for authentication * @param username the username for authentication * @param password the password for authentication */ public JAASAuthenticator(String serviceName, String domain, String username, String password) { super(null, domain, username, password); this.serviceName = serviceName; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/jcifs/audit/SecurityAuditLogger.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 26.6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb/SmbAuthentication.java
} /** * Returns the username for SMB authentication. * @return the username */ public String getUsername() { return username; } /** * Sets the username for SMB authentication. * @param username the username to set */ public void setUsername(final String username) { this.username = username; } /**
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 3.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
* * @param form the form containing duplicate host data * @param username the current username * @param currentTime the current timestamp * @return optional duplicate host entity */ public static OptionalEntity<DuplicateHost> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE:
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.3K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java
} /** * Get the proxy username. * * @return username for the proxy server */ public String getUserName() { return userName; } /** * Set the proxy username. * * @param userName username for the proxy server */ public void setUserName(String userName) { this.userName = userName; } /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0) -
docs/em/docs/tutorial/security/first-steps.md
Oauth2๏ธโฃ ๐ง ๐ ๐ฉโ๐ป โ๏ธ ๐ ๏ธ ๐ช ๐ฌ ๐ฝ ๐ ๐ ๐ฉโ๐ป. โ๏ธ ๐ ๐ผ, ๐ **FastAPI** ๐ธ ๐ ๐ต ๐ ๏ธ & ๐ค. , โก๏ธ ๐ โซ๏ธ โช๏ธโก๏ธ ๐ ๐ โ ๐: * ๐ฉโ๐ป ๐ `username` & `password` ๐ธ, & ๐ฏ `Enter`. * ๐ธ (๐โโ ๐ฉโ๐ป ๐ฅ) ๐จ ๐ `username` & `password` ๐ฏ ๐ ๐ ๐ ๏ธ (๐ฃ โฎ๏ธ `tokenUrl="token"`). * ๐ ๏ธ โ ๐ `username` & `password`, & ๐จ โฎ๏ธ "๐ค" (๐ฅ ๐ซ ๐ ๏ธ ๐ ๐). * "๐ค" ๐ป โฎ๏ธ ๐ ๐ ๐ฅ ๐ช โ๏ธ โช โ ๐ ๐ฉโ๐ป. * ๐, ๐ค โ ๐ โฎ๏ธ ๐ฐ.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 6.7K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.replacement=Reemplazo labels.sessionId=ID de sesiรณn labels.sortOrder=Orden de clasificaciรณn labels.updatedBy=Actualizado por labels.updatedTime=Fecha de actualizaciรณn labels.urls=URLs labels.userAgent=User-Agent labels.username=Nombre de usuario labels.value=Valor labels.versionNo=Nรบmero de versiรณn labels.cronExpression=Programaciรณn labels.dayForCleanup=Eliminar documentos anteriores a la fecha especificada
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_ko.properties
labels.regex=์ ๊ท ํํ์ labels.regularName=์ ๊ท ์ด๋ฆ labels.replacement=์นํ labels.sessionId=์ธ์ ID labels.sortOrder=ํ์ ์์ labels.updatedBy=๊ฐฑ์ ์ labels.updatedTime=๊ฐฑ์ ์๊ฐ labels.urls=URL labels.userAgent=์ฌ์ฉ์ ์์ด์ ํธ labels.username=์ฌ์ฉ์๋ช labels.value=๊ฐ labels.versionNo=๋ฒ์ ๋ฒํธ labels.cronExpression=์ค์ผ์ค labels.dayForCleanup=์ง์ ์ผ ์ด์ ๋ฌธ์ ์ญ์ labels.crawlingThreadCount=๋์ ํฌ๋กค๋ง ์ labels.boost=๋ถ์คํธ ๊ฐ labels.crawlingConfigName=์ด๋ฆ
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/NtlmPasswordAuthenticatorSecurityTest.java
} } @Test @DisplayName("Test password stored as char array") void testPasswordStoredAsCharArray() throws Exception { authenticator = new NtlmPasswordAuthenticator("DOMAIN", "username", "password123"); // Use reflection to verify password is stored as char[] Field passwordField = NtlmPasswordAuthenticator.class.getDeclaredField("password"); passwordField.setAccessible(true);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 8.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/keymatch/AdminKeymatchAction.java
* * @param form the create form * @param username the current username * @param currentTime the current time * @return optional key match entity */ public static OptionalEntity<KeyMatch> getEntity(final CreateForm form, final String username, final long currentTime) { switch (form.crudMode) { case CrudMode.CREATE:
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 16.7K bytes - Viewed (0)