public class ImmediateAuthenticationMechanismFactory extends Object implements AuthenticationMechanismFactory
AuthenticationMechanismFactory
that simply returns a pre configured AuthenticationMechanism
CONTEXT_PATH, DEFAULT_PAGE, ERROR_PAGE, LOGIN_PAGE, OVERRIDE_INITIAL, REALM
Constructor and Description |
---|
ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism) |
Modifier and Type | Method and Description |
---|---|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public ImmediateAuthenticationMechanismFactory(AuthenticationMechanism authenticationMechanism)
public AuthenticationMechanism create(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String,String> properties)
AuthenticationMechanismFactory
create
in interface AuthenticationMechanismFactory
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 © 2020 JBoss by Red Hat. All rights reserved.