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

com.boozallen.aissemble.security.authorization.policy.PolicyDecision Maven / Gradle / Ivy

The newest version!
package com.boozallen.aissemble.security.authorization.policy;

/*-
 * #%L
 * aiSSEMBLE::Extensions::Security::Authzforce::Extensions::Security::Authzforce
 * %%
 * Copyright (C) 2021 Booz Allen
 * %%
 * This software package is licensed under the Booz Allen Public License. All Rights Reserved.
 * #L%
 */

/**
 * 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 - 2025 Weber Informatics LLC | Privacy Policy