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

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

Introduction

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

The text is from its open source code.

Method

UserAuthenticationDataauthenticate(final FileSystemOptions opts, final UserAuthenticationData.Type[] authenticatorTypes)
Authenticates if there is an authenticator, else returns null.
UserAuthenticationDataauthenticate(final UserAuthenticator auth, final UserAuthenticationData.Type[] authenticatorTypes)
Authenticates if there is an authenticator, else returns null.
voidcleanup(final UserAuthenticationData authData)
Cleans up the data in the UerAuthenticationData (null-safe).
char[]getData(final UserAuthenticationData data, final UserAuthenticationData.Type type, final char[] overriddenValue)
Gets data of given type from the UserAuthenticationData or null if there is no data or data of this type available.
char[]toChar(final String string)
Converts a string to a char array (null-safe).
StringtoString(final char[] data)
Converts the given data to a string (null-safe).