Java org.apache.maven.artifact.repository Authentication fields, constructors, methods, implement or subclass

Example usage for Java org.apache.maven.artifact.repository Authentication fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.maven.artifact.repository Authentication.

The text is from its open source code.

Constructor

Method

StringgetPassword()
Get the user's password which is used when connecting to the repository.
StringgetUsername()
Get the username used to access the repository.