public static enum AuthenticationHandler.ConnectStatus extends Enum<AuthenticationHandler.ConnectStatus>
| Enum Constant and Description |
|---|
CLIENTAUTHCERTNEEDED |
CONNECTED |
CONNECTIONERROR |
FILENOTFOUND |
FORBIDDEN |
INVALIDCA |
NOTSET |
UNAUTHORIZED |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationHandler.ConnectStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationHandler.ConnectStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationHandler.ConnectStatus NOTSET
public static final AuthenticationHandler.ConnectStatus CONNECTED
public static final AuthenticationHandler.ConnectStatus CONNECTIONERROR
public static final AuthenticationHandler.ConnectStatus UNAUTHORIZED
public static final AuthenticationHandler.ConnectStatus FORBIDDEN
public static final AuthenticationHandler.ConnectStatus FILENOTFOUND
public static final AuthenticationHandler.ConnectStatus CLIENTAUTHCERTNEEDED
public static final AuthenticationHandler.ConnectStatus INVALIDCA
public static AuthenticationHandler.ConnectStatus[] values()
for (AuthenticationHandler.ConnectStatus c : AuthenticationHandler.ConnectStatus.values()) System.out.println(c);
public static AuthenticationHandler.ConnectStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2010 - 2020 Adobe. All Rights Reserved