public class StaticUserAuthenticator extends java.lang.Object implements UserAuthenticator
| Constructor and Description |
|---|
StaticUserAuthenticator(java.lang.String domain,
java.lang.String username,
java.lang.String password) |
| Modifier and Type | Method and 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