![JAR search and dependency download from the Maven repository](/logo.png)
com.datahub.authorization.AuthorizationSession Maven / Gradle / Ivy
package com.datahub.authorization;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
/** Combines a common interface for actor and authorizer which is cached per session */
public interface AuthorizationSession {
AuthorizationResult authorize(
@Nonnull final String privilege, @Nullable final EntitySpec resourceSpec);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy