Package org.apache.commons.vfs
Interface UserAuthenticator
-
- All Known Implementing Classes:
StaticUserAuthenticator
public interface UserAuthenticator
The user authenticator is used to query credentials from the user
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAuthenticationData
requestAuthentication(UserAuthenticationData.Type[] types)
queries the given type from the user
-
-
-
Method Detail
-
requestAuthentication
UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
queries the given type from the user
-
-