- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 349 for Authentication (0.07 sec)
-
src/main/java/jcifs/pac/kerberos/KerberosCredentials.java
import javax.security.auth.login.LoginException; /** * Kerberos credentials management class that handles authentication through JAAS. */ public class KerberosCredentials { private Subject subject; /** * Creates KerberosCredentials using the default JAAS configuration. * * @throws LoginException if authentication fails */ public KerberosCredentials() throws LoginException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.3K bytes - Viewed (0) -
docs/en/data/external_links.yml
915 title: Deploying a scikit-learn model with ONNX and FastAPI - author: Nils de Bruin author_link: https://medium.com/@nilsdebruin link: https://medium.com/data-rebels/fastapi-authentication-revisited-enabling-api-key-authentication-122dc5975680 title: 'FastAPI authentication revisited: Enabling API key authentication' - author: Nick Cortale author_link: https://nickc1.github.io/ link: https://nickc1.github.io/api,/scikit-learn/2019/01/10/scikit-fastapi.html title: 'FastAPI and Scikit-Learn: Easily...
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 23K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/login/FessLoginAssist.java
// ============== /** * Resolves login credentials using various authentication methods. * This method handles local user authentication, LDAP authentication, * and SSO authentication through configured authenticators. * * @param resolver the credential resolver to use */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/auth/chain/LdapChain.java
*/ package org.codelibs.fess.auth.chain; import org.codelibs.fess.opensearch.user.exentity.User; import org.codelibs.fess.util.ComponentUtil; /** * An authentication chain for LDAP. */ public class LdapChain implements AuthenticationChain { /** * Default constructor. */ public LdapChain() { // do nothing } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0) -
src/main/java/jcifs/spnego/SpnegoConstants.java
* License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.spnego; /** * Constants for SPNEGO authentication mechanism OIDs used in GSS-API negotiations */ public interface SpnegoConstants { /** * OID for the SPNEGO mechanism */ String SPNEGO_MECHANISM = "1.3.6.1.5.5.2"; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 1.5K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbAuthException.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.smb1; /** * The <code>SmbAuthException</code> encapsulates the variety of * authentication related error codes returned by an SMB server. * <p> * See <a href="../../../authhandler.html">jCIFS Exceptions and NtlmAuthenticator</a> for more information about <code>SmbAuthException</code>. */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/WebAuthPager.java
package org.codelibs.fess.app.pager; import java.io.Serializable; import java.util.List; import org.codelibs.fess.util.ComponentUtil; /** * Pager class for web authentication configurations. * Provides pagination functionality and search criteria for web authentication listings. */ public class WebAuthPager implements Serializable { /** * Default constructor. */ public WebAuthPager() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.menu_label_type=Label labels.menu_key_match=Key Match labels.menu_boost_document_rule=Document Boost labels.menu_path_mapping=Path Mapping labels.menu_web_authentication=Web Authentication labels.menu_file_authentication=File Authentication labels.menu_request_header=Request Header labels.menu_duplicate_host=Duplicate Host labels.menu_user=User labels.menu_role=Role labels.menu_group=Group labels.menu_suggest=Suggest
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/CurlHelperTest.java
CurlRequest processedRequest = callProtectedRequest(curlHelper, request); assertNotNull(processedRequest); // The protected request method should process the request and add authentication // We verify that the method completed without errors } public void test_request_withoutAuth() { setupMockConfig("localhost:9200", "", ""); curlHelper.init();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 05:35:01 UTC 2025 - 10.1K bytes - Viewed (0) -
src/test/java/jcifs/smb/Kerb5AuthenticatorTest.java
assertThrows(SmbUnsupportedOperationException.class, () -> auth.createContext(tc, null, "server.example.com", init, false)); assertTrue(ex.getMessage().contains("Server does not support kerberos authentication")); // No fallback attempted; config should not be queried in this path verify(tc, never()).getConfig(); verifyNoInteractions(config); } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0)