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

io.scalecube.security.api.Authorizer Maven / Gradle / Ivy

There is a newer version: 1.0.33.rc1
Show newest version
package io.scalecube.security.api;

import reactor.core.publisher.Mono;

@FunctionalInterface
public interface Authorizer {
  Mono authorize(Profile profile, String action);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy