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