| Package | Description |
|---|---|
| org.glassfish.embeddable.web.config |
Provides classes to configure embedded WebContainer.
|
| Modifier and Type | Method and Description |
|---|---|
AuthMethod |
LoginConfig.getAuthMethod()
Gets the auth method for the context
|
static AuthMethod |
AuthMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthMethod[] |
AuthMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginConfig.setAuthMethod(AuthMethod authMethod)
Set the authentication scheme to be used for a given
context
|
| Constructor and Description |
|---|
LoginConfig(AuthMethod authMethod,
String name) |
Copyright © 2019. All rights reserved.