|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.wsf.spi.annotation.AuthMethod
public final class AuthMethod
The authMethod is used to configure the authentication mechanism for the web service. As a prerequisite to gaining access to any web service which are protected by an authorization constraint, a user must have authenticated using the configured mechanism.
Field Summary | |
---|---|
static java.lang.String |
BASIC
Basic authentication. |
static java.lang.String |
CLIENT_CERT
Client certificate based authentication. |
Method Summary | |
---|---|
static java.lang.String |
valueOf(java.lang.String s)
Returns string representing correct auth method value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BASIC
public static final java.lang.String CLIENT_CERT
Method Detail |
---|
public static java.lang.String valueOf(java.lang.String s)
s
- string to convert, both lowercased and uppercased values are accepted
java.lang.IllegalArgumentException
- if s is null or it contains unknown value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |