org.bitbucket.fermenter.stout.authz.Action Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stout-authzforce Show documentation
Show all versions of stout-authzforce Show documentation
Provides base functionality and patterns for utilizing Authzforce to provide core
authorization needs.
package org.bitbucket.fermenter.stout.authz;
/**
* Represents the actions used by Fermenter for authorization.
*/
public enum Action {
SAVE, RETRIEVE, DELETE, EXECUTE;
}