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

com.jahnelgroup.jackson.security.policy.EvalulationLogic.kt Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.jahnelgroup.jackson.security.policy

/**
 * Defines the type of logic that policies or roles can be combined
 * together with.
 *
 * @author Steven Zgaljic
 * @since 1.0.0
 */
enum class EvalulationLogic {

    /**
     * All must permit access.
     */
    AND,

    /**
     * At least one must permit access.
     */
    OR,

    /**
     * Exactly one must permit access.
     */
    XOR
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy