Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Mogin (0.19 sec)

  1. maven-artifact/src/main/java/org/apache/maven/artifact/repository/Authentication.java

            this.password = password;
        }
    
        /**
         * Username used to log in to the host
         */
        private String username;
    
        /**
         * Password associated with the login
         */
        private String password;
    
        /**
         * Get the user's password which is used when connecting to the repository.
         *
         * @return password of user
         */
        public String getPassword() {
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Nov 22 13:26:01 GMT 2022
    - 3.1K bytes
    - Viewed (0)
Back to top