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 String
ACTUATOR_ADMIN_ROLE_NAME
The constant ACTUATOR_ADMIN_ROLE_NAME.static String
ACTUATOR_ROLE_NAME
The constant ACTUATOR_ROLE_NAME.static String
ADMIN_ROLE_NAME
The constant ADMIN_ROLE_NAME.static String
EUREKA_ROLE_NAME
The constant EUREKA_ROLE_NAME.static String
LOCAL_USER_ROLE_NAME
The constant LOCAL_USER_ROLE_NAME.static String
USER_ROLE_NAME
The 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
-
-