public final class HttpAuthorizationMechanismFactory extends Object
HttpAuthorizationMechanism performing the authentication/authorization of incoming Request.| Constructor and Description |
|---|
HttpAuthorizationMechanismFactory(ServerContext serverContext)
Creates a new authorization mechanism factory.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthorizationMechanism<?> |
newInstance(org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg config)
Creates a new
HttpAuthorizationMechanism based on the configuration. |
public HttpAuthorizationMechanismFactory(ServerContext serverContext)
serverContext - ServerContext of this directory server.NullPointerException - if serverContext is nullpublic HttpAuthorizationMechanism<?> newInstance(org.forgerock.opendj.server.config.server.HTTPAuthorizationMechanismCfg config) throws InitializationException
HttpAuthorizationMechanism based on the configuration.config - The configuration used to build this authorization mechanism.HttpAuthorizationMechanismInitializationException - If the filter cannot be created.Copyright © 2010-2020 Wren Security. All Rights Reserved.