Package org.bremersee.security.core
Class AuthorityConstants
- java.lang.Object
-
- org.bremersee.security.core.AuthorityConstants
-
public abstract class AuthorityConstants extends Object
Some authority constants.- Author:
- Christian Bremer
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTUATOR_ADMIN_ROLE_NAMEThe constant ACTUATOR_ADMIN_ROLE_NAME.static StringACTUATOR_ROLE_NAMEThe constant ACTUATOR_ROLE_NAME.static StringADMIN_ROLE_NAMEThe constant ADMIN_ROLE_NAME.static StringEUREKA_ROLE_NAMEThe constant EUREKA_ROLE_NAME.static StringLOCAL_USER_ROLE_NAMEThe constant LOCAL_USER_ROLE_NAME.static StringUSER_ROLE_NAMEThe constant USER_ROLE_NAME.
-
-
-
Field Detail
-
ADMIN_ROLE_NAME
public static final String ADMIN_ROLE_NAME
The constant ADMIN_ROLE_NAME.- See Also:
- Constant Field Values
-
ACTUATOR_ADMIN_ROLE_NAME
public static final String ACTUATOR_ADMIN_ROLE_NAME
The constant ACTUATOR_ADMIN_ROLE_NAME.- See Also:
- Constant Field Values
-
ACTUATOR_ROLE_NAME
public static final String ACTUATOR_ROLE_NAME
The constant ACTUATOR_ROLE_NAME.- See Also:
- Constant Field Values
-
EUREKA_ROLE_NAME
public static final String EUREKA_ROLE_NAME
The constant EUREKA_ROLE_NAME.- See Also:
- Constant Field Values
-
USER_ROLE_NAME
public static final String USER_ROLE_NAME
The constant USER_ROLE_NAME.- See Also:
- Constant Field Values
-
LOCAL_USER_ROLE_NAME
public static final String LOCAL_USER_ROLE_NAME
The constant LOCAL_USER_ROLE_NAME.- See Also:
- Constant Field Values
-
-