Java org.apache.commons.vfs.util UserAuthenticatorUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs.util UserAuthenticatorUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs.util UserAuthenticatorUtils.

The text is from its open source code.

Method

UserAuthenticationDataauthenticate(FileSystemOptions opts, UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned
UserAuthenticationDataauthenticate(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes)
if there is a authenticator the authentication will take place, else null will be reutrned
voidcleanup(UserAuthenticationData authData)
cleanup the data in the UerAuthenticationData (null safe)
char[]getData(UserAuthenticationData data, UserAuthenticationData.Type type, char[] overwriddenValue)
gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available
char[]toChar(String string)
converts a string to a char array (null safe)
StringtoString(char[] data)
converts the given data to a string (null safe)