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

org.bitbucket.fermenter.stout.authz.PolicyDecision 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;

/**
 * A library-egnostic view of possible policy decision values.  These values map directly to the XACML 3.0 standard.
 */
public enum PolicyDecision {

    PERMIT,
    DENY,
    NOT_APPLICABLE,
    INDETERMINATE;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy