org.apache.commons.vfs
Class UserAuthenticationData
java.lang.Object
org.apache.commons.vfs.UserAuthenticationData
- public class UserAuthenticationData
- extends 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
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
Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.