Package org.apache.commons.vfs
Class UserAuthenticationData
java.lang.Object
org.apache.commons.vfs.UserAuthenticationData
Container for various authentication data
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UserAuthenticationData.Type
static final UserAuthenticationData.Type
static final UserAuthenticationData.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
deleted all data stored within this authenticatorchar[]
get a data from the collectionvoid
setData
(UserAuthenticationData.Type type, char[] data) set a data to this collection
-
Field Details
-
USERNAME
-
PASSWORD
-
DOMAIN
-
-
Constructor Details
-
UserAuthenticationData
public UserAuthenticationData()
-
-
Method Details
-
setData
set a data to this collection -
getData
get a data from the collection -
cleanup
public void cleanup()deleted all data stored within this authenticator
-