- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for JAASAuthenticator (0.11 sec)
-
src/main/java/jcifs/smb/JAASAuthenticator.java
@Override public Kerb5Authenticator clone () { JAASAuthenticator auth = new JAASAuthenticator(); cloneInternal(auth, this); return auth; } /** * Clone the context * * @param to * @param from */ protected static void cloneInternal ( JAASAuthenticator to, JAASAuthenticator from ) { Kerb5Authenticator.cloneInternal(to, from);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 8.1K bytes - Viewed (0) -
src/test/java/jcifs/tests/KerberosTest.java
import org.slf4j.Logger; import org.slf4j.LoggerFactory; import jcifs.CIFSContext; import jcifs.CIFSException; import jcifs.ResolverType; import jcifs.SmbResource; import jcifs.SmbTreeHandle; import jcifs.smb.JAASAuthenticator; import jcifs.smb.Kerb5Authenticator; import jcifs.smb.SmbException; import jcifs.smb.SmbFile; import jcifs.smb.SmbSessionInternal; import jcifs.smb.SmbTreeHandleInternal;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 01 09:46:04 UTC 2020 - 11.5K bytes - Viewed (0)