Interface ISecurityConstants


  • public interface ISecurityConstants
    Security constants
    Since:
    26.07.2007
    API:
    This is a public API.
    • 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.