Class SecurityAdError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SecurityAdError
    extends ErrorCode
    Contains the Security-AD module error codes.
    See Also:
    Serialized Form
    • Field Detail

      • CATEGORY_SECURITY_AD

        public static final java.lang.String CATEGORY_SECURITY_AD
        Messages related to the security-ad module.
        See Also:
        Constant Field Values
      • ERROR

        public static final ErrorCode ERROR
        SECURITY-AD-10000. Generic error.
      • FATAL_ACL_SERVICE_ERROR

        public static final ErrorCode FATAL_ACL_SERVICE_ERROR
        SECURITY-AD-10001. Fatal ACL-related error occurred.
      • NON_FATAL_ACL_SERVICE_ERROR

        public static final ErrorCode NON_FATAL_ACL_SERVICE_ERROR
        SECURITY-AD-10002. Non-fatal ACL-related error occurred.
      • ACL_SERVICE_WARNING

        public static final ErrorCode ACL_SERVICE_WARNING
        SECURITY-AD-10003. ACL-related warning generated.
      • ACL_SERVICE_DOWN

        public static final ErrorCode ACL_SERVICE_DOWN
        SECURITY-AD-10004. The ACL Service is down.
      • ACL_SERVICE_CONNECT_ERROR

        public static final ErrorCode ACL_SERVICE_CONNECT_ERROR
        SECURITY-AD-10005. Error while trying to connect to the ACL Service.
      • INCOMPATIBLE_REALM_ID_ERROR

        public static final ErrorCode INCOMPATIBLE_REALM_ID_ERROR
        SECURITY-AD-10006. The ACL Service realm ID was configured with a realm ID incompatible with the client.
      • DOCUMENT_CANNOT_ACCESS_SECURITY_ACCESS_DATA

        public static final ErrorCode DOCUMENT_CANNOT_ACCESS_SECURITY_ACCESS_DATA
        SECURITY-AD-10007. Document security access data can not be accessed.
      • AD_CONNECT_ERROR

        public static final ErrorCode AD_CONNECT_ERROR
        SECURITY-AD-10008. Unable to connect to Active Directory.
      • AD_DISCONNECT_ERROR

        public static final ErrorCode AD_DISCONNECT_ERROR
        SECURITY-AD-10009. Unable to disconnect from Active Directory.