org.apache.directory.shared.ldap.codec.util
Class LdapResultEnum

java.lang.Object
  extended byorg.apache.directory.shared.ldap.codec.util.LdapResultEnum

public class LdapResultEnum
extends java.lang.Object

This typesafe-enum represent the different resultCode of a LdapResult.

Author:
Apache Directory Project

Field Summary
static int ADMIN_LIMIT_EXCEEDED
           
static int AFFECTS_MULTIPLE_DSAS
           
static int ALIAS_DEREFERENCING_PROBLEM
           
static int ALIAS_PROBLEM
           
static int ATTRIBUTE_OR_VALUE_EXISTS
           
static int AUTH_METHOD_NOT_SUPPORTED
           
static int BUSY
           
static int COMPARE_FALSE
           
static int COMPARE_TRUE
           
static int CONFIDENTIALITY_REQUIRED
           
static int CONSTRAINT_VIOLATION
           
static int ENTRY_ALREADY_EXISTS
           
static int INAPPROPRIATE_AUTHENTICATION
           
static int INAPPROPRIATE_MATCHING
           
static int INSUFFICIENT_ACCESS_RIGHTS
           
static int INVALID_ATTRIBUTE_SYNTAX
           
static int INVALID_CREDENTIALS
           
static int INVALID_DN_SYNTAX
           
static int LOOP_DETECT
           
static int NAMING_VIOLATION
           
static int NO_SUCH_ATTRIBUTE
           
static int NO_SUCH_OBJECT
           
static int NOT_ALLOWED_ON_NON_LEAF
           
static int NOT_ALLOWED_ON_RDN
           
static int OBJECT_CLASS_MODS_PROHIBITED
           
static int OBJECT_CLASS_VIOLATION
           
static int OPERATIONS_ERROR
           
static int OTHER
           
static int PROTOCOL_ERROR
           
static int REFERRAL
           
static int RESERVED_9
           
static int RESERVED_FOR_APIS_81
           
static int RESERVED_FOR_APIS_82
           
static int RESERVED_FOR_APIS_83
           
static int RESERVED_FOR_APIS_84
           
static int RESERVED_FOR_APIS_85
           
static int RESERVED_FOR_APIS_86
           
static int RESERVED_FOR_APIS_87
           
static int RESERVED_FOR_APIS_88
           
static int RESERVED_FOR_APIS_89
           
static int RESERVED_FOR_APIS_90
           
static int RESERVED_FOR_CLDAP
           
static int RESERVED_FOR_UNDEFINED_IS_LEAF
           
static int SASL_BIND_IN_PROGRESS
           
static int SIZE_LIMIT_EXCEEDED
           
static int STRONG_AUTH_REQUIRED
           
static int SUCCESS
           
static int TIME_LIMIT_EXCEEDED
           
static int UNAVAILABLE
           
static int UNAVAILABLE_CRITICAL_EXTENSION
           
static int UNDEFINED_ATTRIBUTE_TYPE
           
static int UNUSED_22
           
static int UNUSED_23
           
static int UNUSED_24
           
static int UNUSED_25
           
static int UNUSED_26
           
static int UNUSED_27
           
static int UNUSED_28
           
static int UNUSED_29
           
static int UNUSED_30
           
static int UNUSED_31
           
static int UNUSED_37
           
static int UNUSED_38
           
static int UNUSED_39
           
static int UNUSED_40
           
static int UNUSED_41
           
static int UNUSED_42
           
static int UNUSED_43
           
static int UNUSED_44
           
static int UNUSED_45
           
static int UNUSED_46
           
static int UNUSED_47
           
static int UNUSED_55
           
static int UNUSED_56
           
static int UNUSED_57
           
static int UNUSED_58
           
static int UNUSED_59
           
static int UNUSED_60
           
static int UNUSED_61
           
static int UNUSED_62
           
static int UNUSED_63
           
static int UNUSED_72
           
static int UNUSED_73
           
static int UNUSED_74
           
static int UNUSED_75
           
static int UNUSED_76
           
static int UNUSED_77
           
static int UNUSED_78
           
static int UNUSED_79
           
static int UNWILLING_TO_PERFORM
           
 
Constructor Summary
LdapResultEnum()
           
 
Method Summary
static java.lang.String errorCode(int resultCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUCCESS

public static final int SUCCESS
See Also:
Constant Field Values

OPERATIONS_ERROR

public static final int OPERATIONS_ERROR
See Also:
Constant Field Values

PROTOCOL_ERROR

public static final int PROTOCOL_ERROR
See Also:
Constant Field Values

TIME_LIMIT_EXCEEDED

public static final int TIME_LIMIT_EXCEEDED
See Also:
Constant Field Values

SIZE_LIMIT_EXCEEDED

public static final int SIZE_LIMIT_EXCEEDED
See Also:
Constant Field Values

COMPARE_FALSE

public static final int COMPARE_FALSE
See Also:
Constant Field Values

COMPARE_TRUE

public static final int COMPARE_TRUE
See Also:
Constant Field Values

AUTH_METHOD_NOT_SUPPORTED

public static final int AUTH_METHOD_NOT_SUPPORTED
See Also:
Constant Field Values

STRONG_AUTH_REQUIRED

public static final int STRONG_AUTH_REQUIRED
See Also:
Constant Field Values

RESERVED_9

public static final int RESERVED_9
See Also:
Constant Field Values

REFERRAL

public static final int REFERRAL
See Also:
Constant Field Values

ADMIN_LIMIT_EXCEEDED

public static final int ADMIN_LIMIT_EXCEEDED
See Also:
Constant Field Values

UNAVAILABLE_CRITICAL_EXTENSION

public static final int UNAVAILABLE_CRITICAL_EXTENSION
See Also:
Constant Field Values

CONFIDENTIALITY_REQUIRED

public static final int CONFIDENTIALITY_REQUIRED
See Also:
Constant Field Values

SASL_BIND_IN_PROGRESS

public static final int SASL_BIND_IN_PROGRESS
See Also:
Constant Field Values

NO_SUCH_ATTRIBUTE

public static final int NO_SUCH_ATTRIBUTE
See Also:
Constant Field Values

UNDEFINED_ATTRIBUTE_TYPE

public static final int UNDEFINED_ATTRIBUTE_TYPE
See Also:
Constant Field Values

INAPPROPRIATE_MATCHING

public static final int INAPPROPRIATE_MATCHING
See Also:
Constant Field Values

CONSTRAINT_VIOLATION

public static final int CONSTRAINT_VIOLATION
See Also:
Constant Field Values

ATTRIBUTE_OR_VALUE_EXISTS

public static final int ATTRIBUTE_OR_VALUE_EXISTS
See Also:
Constant Field Values

INVALID_ATTRIBUTE_SYNTAX

public static final int INVALID_ATTRIBUTE_SYNTAX
See Also:
Constant Field Values

UNUSED_22

public static final int UNUSED_22
See Also:
Constant Field Values

UNUSED_23

public static final int UNUSED_23
See Also:
Constant Field Values

UNUSED_24

public static final int UNUSED_24
See Also:
Constant Field Values

UNUSED_25

public static final int UNUSED_25
See Also:
Constant Field Values

UNUSED_26

public static final int UNUSED_26
See Also:
Constant Field Values

UNUSED_27

public static final int UNUSED_27
See Also:
Constant Field Values

UNUSED_28

public static final int UNUSED_28
See Also:
Constant Field Values

UNUSED_29

public static final int UNUSED_29
See Also:
Constant Field Values

UNUSED_30

public static final int UNUSED_30
See Also:
Constant Field Values

UNUSED_31

public static final int UNUSED_31
See Also:
Constant Field Values

NO_SUCH_OBJECT

public static final int NO_SUCH_OBJECT
See Also:
Constant Field Values

ALIAS_PROBLEM

public static final int ALIAS_PROBLEM
See Also:
Constant Field Values

INVALID_DN_SYNTAX

public static final int INVALID_DN_SYNTAX
See Also:
Constant Field Values

RESERVED_FOR_UNDEFINED_IS_LEAF

public static final int RESERVED_FOR_UNDEFINED_IS_LEAF
See Also:
Constant Field Values

ALIAS_DEREFERENCING_PROBLEM

public static final int ALIAS_DEREFERENCING_PROBLEM
See Also:
Constant Field Values

UNUSED_37

public static final int UNUSED_37
See Also:
Constant Field Values

UNUSED_38

public static final int UNUSED_38
See Also:
Constant Field Values

UNUSED_39

public static final int UNUSED_39
See Also:
Constant Field Values

UNUSED_40

public static final int UNUSED_40
See Also:
Constant Field Values

UNUSED_41

public static final int UNUSED_41
See Also:
Constant Field Values

UNUSED_42

public static final int UNUSED_42
See Also:
Constant Field Values

UNUSED_43

public static final int UNUSED_43
See Also:
Constant Field Values

UNUSED_44

public static final int UNUSED_44
See Also:
Constant Field Values

UNUSED_45

public static final int UNUSED_45
See Also:
Constant Field Values

UNUSED_46

public static final int UNUSED_46
See Also:
Constant Field Values

UNUSED_47

public static final int UNUSED_47
See Also:
Constant Field Values

INAPPROPRIATE_AUTHENTICATION

public static final int INAPPROPRIATE_AUTHENTICATION
See Also:
Constant Field Values

INVALID_CREDENTIALS

public static final int INVALID_CREDENTIALS
See Also:
Constant Field Values

INSUFFICIENT_ACCESS_RIGHTS

public static final int INSUFFICIENT_ACCESS_RIGHTS
See Also:
Constant Field Values

BUSY

public static final int BUSY
See Also:
Constant Field Values

UNAVAILABLE

public static final int UNAVAILABLE
See Also:
Constant Field Values

UNWILLING_TO_PERFORM

public static final int UNWILLING_TO_PERFORM
See Also:
Constant Field Values

LOOP_DETECT

public static final int LOOP_DETECT
See Also:
Constant Field Values

UNUSED_55

public static final int UNUSED_55
See Also:
Constant Field Values

UNUSED_56

public static final int UNUSED_56
See Also:
Constant Field Values

UNUSED_57

public static final int UNUSED_57
See Also:
Constant Field Values

UNUSED_58

public static final int UNUSED_58
See Also:
Constant Field Values

UNUSED_59

public static final int UNUSED_59
See Also:
Constant Field Values

UNUSED_60

public static final int UNUSED_60
See Also:
Constant Field Values

UNUSED_61

public static final int UNUSED_61
See Also:
Constant Field Values

UNUSED_62

public static final int UNUSED_62
See Also:
Constant Field Values

UNUSED_63

public static final int UNUSED_63
See Also:
Constant Field Values

NAMING_VIOLATION

public static final int NAMING_VIOLATION
See Also:
Constant Field Values

OBJECT_CLASS_VIOLATION

public static final int OBJECT_CLASS_VIOLATION
See Also:
Constant Field Values

NOT_ALLOWED_ON_NON_LEAF

public static final int NOT_ALLOWED_ON_NON_LEAF
See Also:
Constant Field Values

NOT_ALLOWED_ON_RDN

public static final int NOT_ALLOWED_ON_RDN
See Also:
Constant Field Values

ENTRY_ALREADY_EXISTS

public static final int ENTRY_ALREADY_EXISTS
See Also:
Constant Field Values

OBJECT_CLASS_MODS_PROHIBITED

public static final int OBJECT_CLASS_MODS_PROHIBITED
See Also:
Constant Field Values

RESERVED_FOR_CLDAP

public static final int RESERVED_FOR_CLDAP
See Also:
Constant Field Values

AFFECTS_MULTIPLE_DSAS

public static final int AFFECTS_MULTIPLE_DSAS
See Also:
Constant Field Values

UNUSED_72

public static final int UNUSED_72
See Also:
Constant Field Values

UNUSED_73

public static final int UNUSED_73
See Also:
Constant Field Values

UNUSED_74

public static final int UNUSED_74
See Also:
Constant Field Values

UNUSED_75

public static final int UNUSED_75
See Also:
Constant Field Values

UNUSED_76

public static final int UNUSED_76
See Also:
Constant Field Values

UNUSED_77

public static final int UNUSED_77
See Also:
Constant Field Values

UNUSED_78

public static final int UNUSED_78
See Also:
Constant Field Values

UNUSED_79

public static final int UNUSED_79
See Also:
Constant Field Values

OTHER

public static final int OTHER
See Also:
Constant Field Values

RESERVED_FOR_APIS_81

public static final int RESERVED_FOR_APIS_81
See Also:
Constant Field Values

RESERVED_FOR_APIS_82

public static final int RESERVED_FOR_APIS_82
See Also:
Constant Field Values

RESERVED_FOR_APIS_83

public static final int RESERVED_FOR_APIS_83
See Also:
Constant Field Values

RESERVED_FOR_APIS_84

public static final int RESERVED_FOR_APIS_84
See Also:
Constant Field Values

RESERVED_FOR_APIS_85

public static final int RESERVED_FOR_APIS_85
See Also:
Constant Field Values

RESERVED_FOR_APIS_86

public static final int RESERVED_FOR_APIS_86
See Also:
Constant Field Values

RESERVED_FOR_APIS_87

public static final int RESERVED_FOR_APIS_87
See Also:
Constant Field Values

RESERVED_FOR_APIS_88

public static final int RESERVED_FOR_APIS_88
See Also:
Constant Field Values

RESERVED_FOR_APIS_89

public static final int RESERVED_FOR_APIS_89
See Also:
Constant Field Values

RESERVED_FOR_APIS_90

public static final int RESERVED_FOR_APIS_90
See Also:
Constant Field Values
Constructor Detail

LdapResultEnum

public LdapResultEnum()
Method Detail

errorCode

public static final java.lang.String errorCode(int resultCode)


Copyright © 2003-2006 . All Rights Reserved.