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

org.bitbucket.fermenter.stout.authz.Action Maven / Gradle / Ivy

Go to download

Provides base functionality and patterns for utilizing Authzforce to provide core authorization needs.

There is a newer version: 2.7.0
Show newest version
package org.bitbucket.fermenter.stout.authz;

/**
 * Represents the actions used by Fermenter for authorization.
 */
public enum Action {

    SAVE, RETRIEVE, DELETE, EXECUTE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy