public class StaticUserAuthenticator extends Object implements UserAuthenticator, Comparable<StaticUserAuthenticator>
| Constructor and Description |
|---|
StaticUserAuthenticator(String domain,
String userName,
String password)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StaticUserAuthenticator other) |
boolean |
equals(Object obj) |
int |
hashCode() |
UserAuthenticationData |
requestAuthentication(UserAuthenticationData.Type[] types)
Queries the given type from the user.
|
String |
toString() |
public int compareTo(StaticUserAuthenticator other)
compareTo in interface Comparable<StaticUserAuthenticator>public UserAuthenticationData requestAuthentication(UserAuthenticationData.Type[] types)
UserAuthenticatorrequestAuthentication in interface UserAuthenticatortypes - An array containing the user's credentialsCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.