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

net.nemerosa.ontrack.model.security.RunAs Maven / Gradle / Ivy

There is a newer version: 4.4.5
Show newest version
package net.nemerosa.ontrack.model.security;

import java.util.function.Supplier;

/**
 * Interface used by the {@link net.nemerosa.ontrack.model.security.SecurityService} to allow
 * services to run with additional authorizations.
 */
public interface RunAs {

    RunAs with(Class fn);

     Supplier runFor(Supplier call);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy