public final class AuthMethod extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BASIC
Basic authentication.
|
static String |
CLIENT_CERT
Client certificate based authentication.
|
Modifier and Type | Method and Description |
---|---|
static String |
valueOf(String s)
Returns string representing correct
AuthMethod value. |
public static final String BASIC
public static final String CLIENT_CERT
public static String valueOf(String s)
AuthMethod
value.s
- string to convert.IllegalArgumentException
- if s is null.Copyright © 2019 JBoss by Red Hat. All rights reserved.