Uses of Class
org.apache.commons.vfs.UserAuthenticationData
Packages that use UserAuthenticationData
Package
Description
The public VFS API.
Utility classes used by the VFS.
-
Uses of UserAuthenticationData in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return UserAuthenticationDataModifier and TypeMethodDescriptionUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) queries the given type from the user -
Uses of UserAuthenticationData in org.apache.commons.vfs.auth
Methods in org.apache.commons.vfs.auth that return UserAuthenticationDataModifier and TypeMethodDescriptionStaticUserAuthenticator.requestAuthentication
(UserAuthenticationData.Type[] types) -
Uses of UserAuthenticationData in org.apache.commons.vfs.util
Methods in org.apache.commons.vfs.util that return UserAuthenticationDataModifier and TypeMethodDescriptionstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(FileSystemOptions opts, UserAuthenticationData.Type[] authenticatorTypes) if there is a authenticator the authentication will take place, else null will be reutrnedstatic UserAuthenticationData
UserAuthenticatorUtils.authenticate
(UserAuthenticator auth, UserAuthenticationData.Type[] authenticatorTypes) if there is a authenticator the authentication will take place, else null will be reutrnedMethods in org.apache.commons.vfs.util with parameters of type UserAuthenticationDataModifier and TypeMethodDescriptionstatic void
UserAuthenticatorUtils.cleanup
(UserAuthenticationData authData) cleanup the data in the UerAuthenticationData (null safe)static char[]
UserAuthenticatorUtils.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