Package org.apache.commons.vfs
Interface UserAuthenticator
-
- All Known Implementing Classes:
StaticUserAuthenticator
public interface UserAuthenticatorThe user authenticator is used to query credentials from the user
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAuthenticationDatarequestAuthentication(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
-
-