public class NoAuthentication extends HTTPAuthentication
| Modifier and Type | Field and Description |
|---|---|
static String |
IDENTIFIER |
| Constructor and Description |
|---|
NoAuthentication() |
| Modifier and Type | Method and Description |
|---|---|
Authentication |
getFallback()
Returns authentication's fallback authentication method.
|
String |
getIdentifier()
Returns unique identifier for this authentication method.
|
authenticate, createSSLContext, getCAFile, getCAPath, getConnection, getCredentialsProvider, getTarget, loadCAs, setCAFile, setCAPath, setConnection, setCredentialsProvider, setTargetpublic static final String IDENTIFIER
public String getIdentifier()
AuthenticationgetIdentifier in interface AuthenticationgetIdentifier in class HTTPAuthenticationpublic Authentication getFallback()
AuthenticationgetFallback in interface AuthenticationgetFallback in class HTTPAuthenticationCopyright © 2016. All rights reserved.