Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 51 of 51 for getPassword (0.18 sec)

  1. maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java

                            AuthenticationContext authCtx = AuthenticationContext.forProxy(session, repo);
                            p.setUserName(authCtx.get(AuthenticationContext.USERNAME));
                            p.setPassword(authCtx.get(AuthenticationContext.PASSWORD));
                            p.setNtlmDomain(authCtx.get(AuthenticationContext.NTLM_DOMAIN));
                            p.setNtlmHost(authCtx.get(AuthenticationContext.NTLM_WORKSTATION));
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Sat Feb 17 18:40:11 GMT 2024
    - 32.6K bytes
    - Viewed (0)
Back to top