Java org.apache.commons.vfs2 UserAuthenticationData fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 UserAuthenticationData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 UserAuthenticationData.

The text is from its open source code.

Subclass

org.apache.commons.vfs2.UserAuthenticationData has subclasses.
Click this link to see all its subclasses.

Field

TypeUSERNAME
The user name.
TypePASSWORD
The password.
TypeDOMAIN
The user's domain.

Constructor

UserAuthenticationData()
Creates a new uninitialized instance.

Method

char[]getData(final Type type)
Gets a data from the collection.
voidsetData(final Type type, final char[] data)
Sets a data to this collection.