@Inherited
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface LoginConfig
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
authMethod
Soften the requirements here:
The authMethod is used to configure the authentication mechanism for the
JAX-RS application.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
realmName
The realm name element specifies the realm name to
use in HTTP Basic authorization.
|
public abstract java.lang.String authMethod