com.icthh.xm.commons.security.RoleConstant Maven / Gradle / Ivy
The 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