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

cn.home1.cloud.config.server.security.Role Maven / Gradle / Ivy

The newest version!
package cn.home1.cloud.config.server.security;

public enum Role {
    /**
     * /actuator/* endpoints
     */
    ACTUATOR,
    /**
     * admin
     */
    ADMIN,
    /**
     * /monitor hook
     */
    HOOK,
    /**
     * config user
     */
    USER
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy