| Package | Description |
|---|---|
| ml.alternet.security.web.server |
Helper classes for Web containers such as
Jetty, Tomcat...
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMethod |
AuthenticationMethod.extract(javax.servlet.ServletContext webapp)
Extract the authentication method from the init parameter of
the Web application.
|
AuthenticationMethod |
PasswordFieldMatcher.getAuthenticationMethod(javax.servlet.ServletRequest request)
Indicates whether HTTP Basic | Form authentication has to
be processed for a given request.
|
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod[] |
AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Alternet. All rights reserved.