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

com.icthh.xm.commons.security.RoleConstant Maven / Gradle / Ivy

There is a newer version: 4.0.17
Show newest version
package com.icthh.xm.commons.security;

/**
 * Constants for Spring Security authorities.
 */
public final class RoleConstant {

    public static final String SUPER_ADMIN = "SUPER-ADMIN";

    private RoleConstant() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy