Java java.net PasswordAuthentication fields, constructors, methods, implement or subclass

Example usage for Java java.net PasswordAuthentication fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.net PasswordAuthentication.

The text is from its open source code.

Constructor

PasswordAuthentication(String userName, char[] password)
Creates a new PasswordAuthentication object from the given user name and password.

Method

char[]getPassword()
Returns the user password.
StringgetUserName()
Returns the user name.