Package ch.ivyteam.ivy.security
Interface ISecurityConstants
-
public interface ISecurityConstantsSecurity constants- Since:
- 26.07.2007
- API:
- This is a public API.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEVELOPER_USER_NAMEDeveloper user name.static StringSYSTEM_USER_NAMESystem user namestatic intSYSTEM_USER_SESSION_IDThe system user session identifierstatic StringTOP_LEVEL_ROLE_NAMEName of the top level role
-
-
-
Field Detail
-
TOP_LEVEL_ROLE_NAME
static final String TOP_LEVEL_ROLE_NAME
Name of the top level role- See Also:
- Constant Field Values
- API:
- This public API is available in Java.
-
SYSTEM_USER_NAME
static final String SYSTEM_USER_NAME
System user name- See Also:
- Constant Field Values
- API:
- This public API is available in Java.
-
DEVELOPER_USER_NAME
static final String DEVELOPER_USER_NAME
Developer user name. Note that the developer user only exists if the security is running inside the ivy Designer. The developer user has all permission granted. If the developer user is logged into a session the session has every role and can act as every user.- See Also:
- Constant Field Values
- API:
- This public API is available in Java.
-
SYSTEM_USER_SESSION_ID
static final int SYSTEM_USER_SESSION_ID
The system user session identifier- See Also:
- Constant Field Values
- API:
- This public API is available in Java.
-
-