Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getUserAddresses (0.05 seconds)

  1. src/main/java/jcifs/pac/kerberos/KerberosEncData.java

            return this.userPrincipalName;
        }
    
        /**
         * Returns the list of user addresses.
         *
         * @return list of user InetAddress objects
         */
        public ArrayList<InetAddress> getUserAddresses() {
            return this.userAddresses;
        }
    
        /**
         * Returns the list of user authorization data.
         *
         * @return list of KerberosAuthData objects
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 12.5K bytes
    - Click Count (0)
Back to Top