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 or contains unknown value.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.