Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for JAASAuthenticator (0.19 seconds)

  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) {
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 8.3K bytes
    - Click Count (1)
Back to Top