BasicAuthenticationMechanism.Factory, ClientCertAuthenticationMechanism.Factory, DigestAuthenticationMechanism.Factory, ExternalAuthenticationMechanism.Factory, GenericHeaderAuthenticationMechanism.Factory, ImmediateAuthenticationMechanismFactorypublic interface AuthenticationMechanismFactory
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
CONTEXT_PATH |
|
static java.lang.String |
ERROR_PAGE |
|
static java.lang.String |
LOGIN_PAGE |
|
static java.lang.String |
REALM |
| Modifier and Type | Method | Description |
|---|---|---|
AuthenticationMechanism |
create(java.lang.String mechanismName,
FormParserFactory formParserFactory,
java.util.Map<java.lang.String,java.lang.String> properties) |
Creates an authentication mechanism using the specified properties
|
static final java.lang.String REALM
static final java.lang.String LOGIN_PAGE
static final java.lang.String ERROR_PAGE
static final java.lang.String CONTEXT_PATH
AuthenticationMechanism create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
mechanismName - The name under which this factory was registeredproperties - The propertiesCopyright © 2018. All rights reserved.