public interface AuthenticationMechanismFactory | Modifier and Type | Field and Description |
|---|---|
static String | CONTEXT_PATH |
static String | ERROR_PAGE |
static String | LOGIN_PAGE |
static String | REALM |
| Modifier and Type | Method and 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 © 2017 JBoss by Red Hat. All rights reserved.