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

io.permit.sdk.enforcement.IEnforcerApi Maven / Gradle / Ivy

There is a newer version: 983f46e
Show newest version
package io.permit.sdk.enforcement;

import io.permit.sdk.util.Context;

import java.io.IOException;

public interface IEnforcerApi {
    boolean check(User user, String action, Resource resource, Context context) throws IOException;
    boolean check(User user, String action, Resource resource) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy