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

com.hivemq.spi.callback.security.authorization.AuthorizationBehaviour Maven / Gradle / Ivy

There is a newer version: 3.4.4
Show newest version
package com.hivemq.spi.callback.security.authorization;

/**
 * The Authorization behaviour which defines if
 * an authorization was granted, denied or if
 * another callback should be called
 *
 * @author Christoph Schäbel
 * @since 3.0
 */
public enum AuthorizationBehaviour {

    ACCEPT,
    DENY,
    NEXT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy