public interface AuthenticationMechanismFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PATH |
static String |
DEFAULT_PAGE |
static String |
ERROR_PAGE |
static String |
LOGIN_PAGE |
static String |
OVERRIDE_INITIAL |
static String |
REALM |
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationMechanism |
create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties)
Deprecated.
|
default AuthenticationMechanism |
create(String mechanismName,
IdentityManager identityManager,
FormParserFactory formParserFactory,
Map<String,String> properties)
Creates an authentication mechanism that needs access to the deployment IdentityManager and specified properties
|
static final String REALM
static final String LOGIN_PAGE
static final String ERROR_PAGE
static final String CONTEXT_PATH
static final String DEFAULT_PAGE
static final String OVERRIDE_INITIAL
@Deprecated default AuthenticationMechanism create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)
mechanismName - The name under which this factory was registeredproperties - The propertiesformParserFactory - Parser to create a form data parser for a given request.default AuthenticationMechanism create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)
mechanismName - The name under which this factory was registeredidentityManager - the IdentityManager instance asscociated with the deploymentformParserFactory - Parser to create a form data parser for a given request.properties - The propertiesCopyright © 2021 JBoss by Red Hat. All rights reserved.