UserAuthenticatorpublic class StaticUserAuthenticator extends java.lang.Object implements UserAuthenticator
| Constructor | Description |
|---|---|
StaticUserAuthenticator(java.lang.String domain,
java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method | Description |
|---|---|---|
UserAuthenticationData |
requestAuthentication(UserAuthenticationData.Type[] types) |
queries the given type from the user
|
public StaticUserAuthenticator(java.lang.String domain,
java.lang.String username,
java.lang.String password)
public UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
UserAuthenticatorrequestAuthentication in interface UserAuthenticator