public static class Settings.AuthorizationSettings extends Object
Authenticator
implementation.Modifier and Type | Field and Description |
---|---|
String |
authorizer
The fully qualified class name of the
Authorizer implementation. |
Map<String,Object> |
config
A
Map containing Authorizer specific configurations. |
Constructor and Description |
---|
AuthorizationSettings() |
public String authorizer
Authorizer
implementation. This class name will be
used to load the implementation from the classpath. Defaults to null when not specified.public Map<String,Object> config
Map
containing Authorizer
specific configurations. Consult the
Authorizer
implementation for specifics on what configurations are expected.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.