All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datahub.authorization.EntitySpecResolver Maven / Gradle / Ivy

Go to download

DataHub Auth API for developers to write custom Authentication & Authorization plugins for DataHub

There is a newer version: 0.13.3-3rc3
Show newest version
package com.datahub.authorization;

/**
 * An Entity Spec Resolver is responsible for resolving a {@link EntitySpec} to a {@link
 * ResolvedEntitySpec}.
 */
public interface EntitySpecResolver {
  /** Resolve a {@link EntitySpec} to a resolved entity spec. */
  ResolvedEntitySpec resolve(EntitySpec entitySpec);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy