public static class PicketLinkAuthenticator.Factory extends Object implements AuthenticationMechanismFactory
CONTEXT_PATH, DEFAULT_PAGE, ERROR_PAGE, LOGIN_PAGE, OVERRIDE_INITIAL, REALM
Constructor and Description |
---|
Factory(IdentityManager manager) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
create(String mechanismName,
FormParserFactory formParserFactory,
Map<String,String> properties)
Creates an authentication mechanism using the specified properties
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public Factory(IdentityManager manager)
public AuthenticationMechanism create(String mechanismName, FormParserFactory formParserFactory, Map<String,String> properties)
AuthenticationMechanismFactory
create
in interface AuthenticationMechanismFactory
mechanismName
- The name under which this factory was registeredformParserFactory
- Parser to create a form data parser for a given request.properties
- The propertiesCopyright © 2021 JBoss by Red Hat. All rights reserved.