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.
|
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 © 2018 JBoss by Red Hat. All rights reserved.