Package io.confluent.security.authorizer
Interface AclMigrationAware
public interface AclMigrationAware
Providers which supports Acl migration from source acl authorizer should implement
this interface.
-
Method Summary
Modifier and TypeMethodDescriptionmigrationTask(org.apache.kafka.server.authorizer.Authorizer sourceAuthorizer) Returns a runnable task which does Acl migration from a given source authorizer
-
Method Details
-
migrationTask
Returns a runnable task which does Acl migration from a given source authorizer- Parameters:
sourceAuthorizer- source Authorizer from which will migrate the Acls- Returns:
- Runnable task
-