Class LdapAuthorizer
java.lang.Object
io.confluent.security.authorizer.EmbeddedAuthorizer
io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
io.confluent.kafka.security.ldap.authorizer.LdapAuthorizer
- All Implemented Interfaces:
io.confluent.security.authorizer.Authorizer,Closeable,AutoCloseable,org.apache.kafka.common.Configurable,org.apache.kafka.common.Reconfigurable,org.apache.kafka.metadata.authorizer.ClusterMetadataAuthorizer,org.apache.kafka.server.authorizer.Authorizer,org.apache.kafka.server.authorizer.ProviderGetter
-
Nested Class Summary
Nested classes/interfaces inherited from class io.confluent.security.authorizer.EmbeddedAuthorizer
io.confluent.security.authorizer.EmbeddedAuthorizer.AuthorizerMetrics -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.kafka.security.authorizer.ConfluentServerAuthorizer
aclCount, aclMutatorOrException, acls, acls, applyAclChanges, authorize, authorizeByResourceType, buildAction, completeInitialLoad, completeInitialLoad, configureServerInfo, createAcls, createAcls, deleteAcls, deleteAcls, loadAclSnapshot, reconfigurableConfigs, reconfigure, setAclMutator, start, validateReconfigurationMethods inherited from class io.confluent.security.authorizer.EmbeddedAuthorizer
accessRuleProvider, accessRuleProviders, auditLogProvider, authorize, clearAuthorizerProvidersMap, close, getRbacGroupProvider, groupProvider, metadataProvider, removeFromAuthorizerProvidersMap, startMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.confluent.security.authorizer.Authorizer
authorize, authorize, authorizeMethods inherited from interface org.apache.kafka.server.authorizer.Authorizer
config, registerAclUpdateListenerMethods inherited from interface org.apache.kafka.metadata.authorizer.ClusterMetadataAuthorizer
createAcls, createInactiveAcls, hardDeleteAcls, validateCreateAclState, validateDeleteAclState
-
Constructor Details
-
LdapAuthorizer
public LdapAuthorizer()
-
-
Method Details
-
configure
- Specified by:
configurein interfaceorg.apache.kafka.common.Configurable- Overrides:
configurein classConfluentServerAuthorizer
-