|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs.auth.StaticUserAuthenticator
public class StaticUserAuthenticator
provides always the same credential data passed in with the constructor.
| Constructor Summary | |
|---|---|
StaticUserAuthenticator(java.lang.String domain,
java.lang.String username,
java.lang.String password)
|
|
| Method Summary | |
|---|---|
UserAuthenticationData |
requestAuthentication(UserAuthenticationData.Type[] types)
queries the given type from the user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StaticUserAuthenticator(java.lang.String domain,
java.lang.String username,
java.lang.String password)
| Method Detail |
|---|
public UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
UserAuthenticator
requestAuthentication in interface UserAuthenticator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||