AuthenticationMechanismFactorypublic static class BasicAuthenticationMechanism.Factory extends java.lang.Object implements AuthenticationMechanismFactory
CONTEXT_PATH, ERROR_PAGE, LOGIN_PAGE, REALM| Constructor | Description |
|---|---|
Factory(IdentityManager identityManager) |
| 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
|
public Factory(IdentityManager identityManager)
public AuthenticationMechanism create(java.lang.String mechanismName, FormParserFactory formParserFactory, java.util.Map<java.lang.String,java.lang.String> properties)
AuthenticationMechanismFactorycreate in interface AuthenticationMechanismFactorymechanismName - The name under which this factory was registeredproperties - The propertiesCopyright © 2018. All rights reserved.