Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JAASAuthenticator (0.05 sec)

  1. src/main/java/jcifs/smb/JAASAuthenticator.java

        public Kerb5Authenticator clone() {
            JAASAuthenticator auth = new JAASAuthenticator();
            cloneInternal(auth, this);
            return auth;
        }
    
        /**
         * Clone the context
         *
         * @param to the target authenticator
         * @param from the source authenticator
         */
        protected static void cloneInternal(JAASAuthenticator to, JAASAuthenticator from) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 8.3K bytes
    - Viewed (0)
Back to top