- Sort Score
- Num 10 results
- Language All
Results 871 - 880 of 911 for securely (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/jcifs/smb1/dcerpc/msrpc/samrTest.java
import org.mockito.junit.jupiter.MockitoExtension; import jcifs.smb1.dcerpc.rpc; import jcifs.smb1.dcerpc.ndr.NdrBuffer; import jcifs.smb1.dcerpc.ndr.NdrException; /** * Comprehensive test suite for SMB1 samr (Security Account Manager Remote) protocol * Tests all message types, data structures, and constants */ @ExtendWith(MockitoExtension.class) @DisplayName("SMB1 SAMR Protocol Test Suite") class samrTest { @Mock
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 33.6K bytes - Click Count (0) -
docs/en/docs/index.md
* How to set **validation constraints** as `maximum_length` or `regex`. * A very powerful and easy to use **<dfn title="also known as components, resources, providers, services, injectables">Dependency Injection</dfn>** system. * Security and authentication, including support for **OAuth2** with **JWT tokens** and **HTTP Basic** auth. * More advanced (but equally easy) techniques for declaring **deeply nested JSON models** (thanks to Pydantic).
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Mar 07 09:29:03 GMT 2026 - 21.4K bytes - Click Count (0) -
docs/pt/docs/deployment/concepts.md
Mas por enquanto, vamos verificar essas importantes **ideias conceituais**. Esses conceitos tambรฉm se aplicam a qualquer outro tipo de API da web. ๐ก ## Seguranรงa - HTTPS { #security-https } No [capรญtulo anterior sobre HTTPS](https.md) aprendemos como o HTTPS fornece criptografia para sua API.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:20:43 GMT 2026 - 20.3K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
if (socketFactory != this.socketFactory) { this.routeDatabase = null } this.socketFactory = socketFactory } /** * Sets the socket factory used to secure HTTPS connections. If unset, the system default will * be used. * * @deprecated [SSLSocketFactory] does not expose its [X509TrustManager], which is a field thatCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Feb 03 22:17:59 GMT 2026 - 51.5K bytes - Click Count (0) -
docs/ko/docs/deployment/concepts.md
๋ค์ ์ฅ๋ค์์๋ FastAPI ์ ํ๋ฆฌ์ผ์ด์ ์ ๋ฐฐํฌํ๊ธฐ ์ํ ๋ **๊ตฌ์ฒด์ ์ธ ๋ ์ํผ**๋ฅผ ์ ๊ณตํ๊ฒ ์ต๋๋ค. ํ์ง๋ง ์ง๊ธ์, ์ด ์ค์ํ **๊ฐ๋ ์ ์์ด๋์ด**๋ค์ ํ์ธํด ๋ด ์๋ค. ์ด ๊ฐ๋ ๋ค์ ๋ค๋ฅธ ์ด๋ค ์ข ๋ฅ์ ์น API์๋ ๋์ผํ๊ฒ ์ ์ฉ๋ฉ๋๋ค. ๐ก ## ๋ณด์ - HTTPS { #security-https } [์ด์ HTTPS ์ฅ](https.md)์์ HTTPS๊ฐ API์ ์ํธํ๋ฅผ ์ ๊ณตํ๋ ๋ฐฉ์์ ๋ํด ๋ฐฐ์ ์ต๋๋ค. ๋ํ HTTPS๋ ์ผ๋ฐ์ ์ผ๋ก ์ ํ๋ฆฌ์ผ์ด์ ์๋ฒ ๋ฐ๊นฅ์ **์ธ๋ถ** ์ปดํฌ๋ํธ์ธ **TLS Termination Proxy**๊ฐ ์ ๊ณตํ๋ค๋ ๊ฒ๋ ํ์ธํ์ต๋๋ค.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 21.2K bytes - Click Count (0) -
src/main/resources/fess_label_en.properties
labels.log_notification_enabled=Log Notification labels.log_notification_level=Log Notification Level labels.notification_advance_search=Advanced Search Page labels.ldap_security_authentication=Security Authentication labels.ldap_initial_context_factory=Initial Context Factory labels.general_menu_oic=OpenID Connect labels.oic_client_id=Client ID labels.oic_client_secret=Client Secret
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 48.9K bytes - Click Count (0) -
cmd/common-main.go
if globalIsTLS { // If TLS certificates are provided enforce the HTTPS. server.EnabledListeners = []string{"https"} server.TLSPort = consolePort // Need to store tls-port, tls-host un config variables so secure.middleware can read from there consoleapi.TLSPort = globalMinioConsolePort consoleapi.Hostname = globalMinioConsoleHost } return server, nil } // Check for updates and print a notification messageCreated: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 32.5K bytes - Click Count (3) -
cmd/xl-storage-format-v2.go
// whole checksums for many years now, no need to allocate. fi.Metadata = make(map[string]string, len(j.MetaUser)+len(j.MetaSys)) for k, v := range j.MetaUser { // https://github.com/google/security-research/security/advisories/GHSA-76wf-9vgp-pj7w if equals(k, xhttp.AmzMetaUnencryptedContentLength, xhttp.AmzMetaUnencryptedContentMD5) { continue } if equals(k, "x-amz-storage-class") && v == storageclass.STANDARD {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 65.6K bytes - Click Count (1) -
cmd/server_test.go
// API suite container common to both ErasureSD and Erasure. type TestSuiteCommon struct { serverType string testServer TestServer endPoint string accessKey string secretKey string signer signerType secure bool client *http.Client } type check struct { *testing.T testType string } // Assert - checks if gotValue is same as expectedValue, if not fails the test.Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 118.1K bytes - Click Count (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
import org.codelibs.core.beans.factory.BeanDescFactory; import org.codelibs.core.beans.util.BeanUtil; import org.codelibs.core.io.FileUtil; import org.codelibs.core.lang.StringUtil; import org.codelibs.core.security.MessageDigestUtil; import org.codelibs.fess.crawler.client.FesenClient; import org.codelibs.fess.crawler.entity.OpenSearchAccessResult; import org.codelibs.fess.crawler.entity.OpenSearchAccessResultData;
Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Thu Nov 20 08:40:57 GMT 2025 - 34.3K bytes - Click Count (0)