Package com.attivio.sdk.error
Class SecurityError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SecurityError
-
- All Implemented Interfaces:
java.io.Serializable
public final class SecurityError extends ErrorCode
Contains the Security module error codes.- See Also:
- Serialized Form
-
-
Field Summary
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CATEGORY_SECURITY
public static final java.lang.String CATEGORY_SECURITY
Messages related to security.- See Also:
- Constant Field Values
-
ERROR
public static final SecurityError ERROR
SECURITY-9000. Generic error.
-
DOCUMENT_HAS_NO_SECURITY_ACCESS_DATA
public static final SecurityError DOCUMENT_HAS_NO_SECURITY_ACCESS_DATA
SECURITY-9001. Document has no security access data specified.
-
SECURITY_DATA_NOT_ACL
public static final SecurityError SECURITY_DATA_NOT_ACL
SECURITY-9002. The security access data specified on the document is not an ACL.
-
NO_PRINCIPAL_SPECIFIED
public static final SecurityError NO_PRINCIPAL_SPECIFIED
SECURITY-9003. No user specified in document at ingestion.
-
INCOMPATIBLE_PRINCIPAL_DATA
public static final SecurityError INCOMPATIBLE_PRINCIPAL_DATA
SECURITY-9004. Invalid (incompatible) principal data specified.
-
CONFIGURATION_ERROR
public static final SecurityError CONFIGURATION_ERROR
SECURITY-9005. Invalid configuration.
-
USER_DIRECTORY_ERROR
public static final SecurityError USER_DIRECTORY_ERROR
SECURITY-9006. User directory error.
-
ANONYMOUS_DISALLOWED
public static final SecurityError ANONYMOUS_DISALLOWED
SECURITY-9007. Denied access to anonymous user since unsecured documents aren't allowed.
-
USER_DOES_NOT_EXIST
public static final SecurityError USER_DOES_NOT_EXIST
SECURITY-9008. No such user found.
-
ERROR_WHILE_CLOSING_HISTORY
public static final SecurityError ERROR_WHILE_CLOSING_HISTORY
SECURITY-9009. Error while closing history.
-
ERROR_INITIALIZING_MODEL
public static final SecurityError ERROR_INITIALIZING_MODEL
SECURITY-9010. Error while initializing content security model.
-
INVALID_MEMBERSHIP
public static final SecurityError INVALID_MEMBERSHIP
SECURITY-9011. Invalid membership set
-
INVALID_CONFIGURATION
public static final SecurityError INVALID_CONFIGURATION
SECURITY-9012. Invalid configuration
-
AUTH_FAILED
public static final SecurityError AUTH_FAILED
SECURITY-9013. Authentication against remove identity store failed.
-
COMMUNICATION_ERROR
public static final SecurityError COMMUNICATION_ERROR
SECURITY-9014. Communication error with remove LDAP server
-
TOO_MANY_GROUPS
public static final SecurityError TOO_MANY_GROUPS
SECURITY-9015. Too many groups
-
LDAP_PAGING_INFO_MISSING
public static final SecurityError LDAP_PAGING_INFO_MISSING
SECURITY-9016. LDAP paging information missing. @since 5.5.0.4
-
-