- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 282 for Auth (0.04 sec)
-
src/test/java/org/codelibs/fess/auth/chain/AuthenticationChainTest.java
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, * either express or implied. See the License for the specific language * governing permissions and limitations under the License. */ package org.codelibs.fess.auth.chain; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.codelibs.fess.opensearch.user.exentity.User; import org.codelibs.fess.unit.UnitFessTestCase;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/RetryAndFollowUpInterceptor.kt
if (header.matches("\\d+".toRegex())) { return Integer.valueOf(header) } return Integer.MAX_VALUE } companion object { /** * How many redirects and auth challenges should we attempt? Chrome follows 21 redirects; Firefox, * curl, and wget follow 20; Safari follows 16; and HTTP/1.0 recommends 5. */ private const val MAX_FOLLOW_UPS = 20 }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Tue May 27 14:58:02 UTC 2025 - 12.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
if (logger.isDebugEnabled()) { logger.debug(msg); } throw new SsoLoginException(e.getMessage() + " " + msg, e); } // context/auth loop not yet complete final boolean status = spnegoResponse.isStatusSet(); if (logger.isDebugEnabled()) { logger.debug("isStatusSet: {}", status); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 17.2K bytes - Viewed (0) -
docs/em/docs/advanced/security/oauth2-scopes.md
πβ 1οΈβ£ π« πββ β βοΈ Oauth2οΈβ£, π πͺ π£ & βοΈ β. π "β" π» (π΅ π). π« π βοΈ π£ π― πββ β, πΌ: * `users:read` βοΈ `users:write` β πΌ. * `instagram_basic` βοΈ π±π / π±π. * `https://www.googleapis.com/auth/drive` βοΈ πΊπΈπ. /// info Oauth2οΈβ£ "β" π» π π£ π― β β. β«οΈ π« π€ π₯ β«οΈ βοΈ π π¦Ή π `:` βοΈ π₯ β«οΈ π. π βΉ π οΈ π―. Oauth2οΈβ£ π« π». /// ## π π
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:03:10 UTC 2025 - 10.8K bytes - Viewed (0) -
cmd/bucket-handlers.go
ConditionValues: getConditionValues(r, "", auth.AnonymousCredentials), IsOwner: false, }) // Check if anonymous (non-owner) has access to upload objects. writable := globalPolicySys.IsAllowed(policy.BucketPolicyArgs{ Action: policy.PutObjectAction, BucketName: bucket, ConditionValues: getConditionValues(r, "", auth.AnonymousCredentials), IsOwner: false, })
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 63.9K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/ServerMessageBlock.java
boolean useUnicode, received, extendedSecurity; long responseTimeout = 1; int signSeq; boolean verifyFailed; NtlmPasswordAuthentication auth = null; String path; SigningDigest digest = null; ServerMessageBlock response; ServerMessageBlock() { flags = (byte) (FLAGS_PATH_NAMES_CASELESS | FLAGS_PATH_NAMES_CANONICALIZED);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 19.7K bytes - Viewed (0) -
docs/ko/docs/tutorial/security/simple-oauth2.md
κ° "λ²μ"λ κ³΅λ°±μ΄ μλ λ¬Έμμ΄μ λλ€. μΌλ°μ μΌλ‘ νΉμ 보μ κΆνμ μ μΈνλ λ° μ¬μ©λ©λλ€. λ€μμ λ΄ μλ€: * `users:read` λλ `users:write`λ μΌλ°μ μΈ μμμ λλ€. * `instagram_basic`μ νμ΄μ€λΆ/μΈμ€νκ·Έλ¨μμ μ¬μ©ν©λλ€. * `https://www.googleapis.com/auth/drive`λ Googleμμ μ¬μ©ν©λλ€. /// info | μ 보 OAuth2μμ "λ²μ"λ νμν νΉμ κΆνμ μ μΈνλ λ¬Έμμ΄μ λλ€. `:`κ³Ό κ°μ λ€λ₯Έ λ¬Έμκ° μλμ§ λλ URLμΈμ§λ μ€μνμ§ μμ΅λλ€. μ΄λ¬ν μΈλΆ μ¬νμ ꡬνμ λ°λΌ λ€λ¦ λλ€. OAuth2μ κ²½μ° λ¬Έμμ΄μΌ λΏμ λλ€. ///
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Feb 15 11:19:12 UTC 2025 - 10.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.6.md
* Fix the bug where StartedAt time is not reported for exited containers. ([#45977](https://github.com/kubernetes/kubernetes/pull/45977), [@yujuhong](https://github.com/yujuhong)) * Enable basic auth username rotation for GCI ([#44590](https://github.com/kubernetes/kubernetes/pull/44590), [@ihmccreery](https://github.com/ihmccreery))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 304K bytes - Viewed (0) -
cmd/object-handlers.go
"github.com/minio/minio-go/v7/pkg/credentials" "github.com/minio/minio-go/v7/pkg/encrypt" "github.com/minio/minio-go/v7/pkg/tags" "github.com/minio/minio/internal/amztime" "github.com/minio/minio/internal/auth" sse "github.com/minio/minio/internal/bucket/encryption" "github.com/minio/minio/internal/bucket/lifecycle" objectlock "github.com/minio/minio/internal/bucket/object/lock" "github.com/minio/minio/internal/bucket/replication"
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Sun Sep 07 16:13:09 UTC 2025 - 120.6K bytes - Viewed (0) -
docs/pt/docs/advanced/security/oauth2-scopes.md
* `users:read` or `users:write` sΓ£o exemplos comuns. * `instagram_basic` Γ© utilizado pelo Facebook / Instagram. * `https://www.googleapis.com/auth/drive` Γ© utilizado pelo Google. /// info | InformaΓ§Γ£o No OAuth2, um "escopo" Γ© apenas uma string que declara uma permissΓ£o especΓfica necessΓ‘ria. NΓ£o importa se ela contΓ©m outros caracteres como `:` ou se ela Γ© uma URL.
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0)