org.apache.commons.vfs
Class UserAuthenticationData
java.lang.Object
org.apache.commons.vfs.UserAuthenticationData
public class UserAuthenticationData
- extends java.lang.Object
Container for various authentication data
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
USERNAME
public static final UserAuthenticationData.Type USERNAME
PASSWORD
public static final UserAuthenticationData.Type PASSWORD
DOMAIN
public static final UserAuthenticationData.Type DOMAIN
authenticationData
private java.util.Map authenticationData
UserAuthenticationData
public UserAuthenticationData()
setData
public void setData(UserAuthenticationData.Type type,
char[] data)
- set a data to this collection
getData
public char[] getData(UserAuthenticationData.Type type)
- get a data from the collection
cleanup
public void cleanup()
- deleted all data stored within this authenticator