|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResultCode>
org.ldaptive.ResultCode
public enum ResultCode
Enum to define ldap result codes.
| Enum Constant Summary | |
|---|---|
ADMIN_LIMIT_EXCEEDED
admin limit exceeded. |
|
AFFECTS_MULTIPLE_DSAS
affected multiple dsas. |
|
ALIAS_DEREFERENCING_PROBLEM
alias dereferencing problem. |
|
ALIAS_PROBLEM
alias problem. |
|
AMBIGUOUS_RESPONSE
ambiguous response. |
|
ASSERTION_FAILED
assertion failed, See RFC 4528. |
|
ATTRIBUTE_OR_VALUE_EXISTS
attribute or value exists. |
|
AUTH_METHOD_NOT_SUPPORTED
authentication method not supported. |
|
AUTH_UNKNOWN
auth unknown. |
|
AUTHORIZATION_DENIED
authorization denied, See RFC 4370. |
|
BUSY
busy. |
|
CANCELED
operation canceled, See RFC 3909. |
|
CANNOT_CANCEL
cannot cancel, See RFC 3909. |
|
CLIENT_LOOP
client loop. |
|
COMPARE_FALSE
compare false. |
|
COMPARE_TRUE
compare true. |
|
CONFIDENTIALITY_REQUIRED
confidentiality required. |
|
CONNECT_ERROR
connect error. |
|
CONSTRAINT_VIOLATION
constraint violation. |
|
CONTROL_NOT_FOUND
control not found. |
|
DECODING_ERROR
decoding error. |
|
E_SYNC_REFRESH_REQUIRED
e-syncRefreshRequired, See RFC 4533. |
|
ENCODING_ERROR
encoding error. |
|
ENTRY_ALREADY_EXISTS
entry already exists. |
|
FILTER_ERROR
filter error. |
|
INAPPROPRIATE_AUTHENTICATION
inappropriate authentication. |
|
INAPPROPRIATE_MATCHING
inappropriate matching. |
|
INSUFFICIENT_ACCESS_RIGHTS
insufficient access rights. |
|
INVALID_ATTRIBUTE_SYNTAX
invalid attribute syntax. |
|
INVALID_CREDENTIALS
invalid credentials. |
|
INVALID_DN_SYNTAX
invalid dn syntax. |
|
INVALID_RESPONSE
invalid response. |
|
IS_LEAF
is leaf. |
|
LDAP_NOT_SUPPORTED
ldap not supported. |
|
LDAP_TIMEOUT
ldap timeout. |
|
LOCAL_ERROR
local error. |
|
LOOP_DETECT
loop detect. |
|
MORE_RESULTS_TO_RETURN
more results to return. |
|
NAMING_VIOLATION
naming violation. |
|
NO_MEMORY
no memory. |
|
NO_RESULTS_RETURNED
no results returned. |
|
NO_SUCH_ATTRIBUTE
no such attribute. |
|
NO_SUCH_OBJECT
no such object. |
|
NO_SUCH_OPERATION
no such operation, See RFC 3909. |
|
NOT_ALLOWED_ON_NONLEAF
not allowed on nonleaf. |
|
NOT_ALLOWED_ON_RDN
not allowed on rdn. |
|
OBJECT_CLASS_MODS_PROHIBITED
object class mods prohibited. |
|
OBJECT_CLASS_VIOLATION
object class violation. |
|
OFFSET_RANGE_ERROR
offset range error, See draft-ietf-ldapext-ldapv3-vlv. |
|
OPERATIONS_ERROR
operations error. |
|
OTHER
other. |
|
PARAM_ERROR
param error. |
|
PARTIAL_RESULTS
partial results. |
|
PROTOCOL_ERROR
protocol error. |
|
REFERRAL
referral. |
|
REFERRAL_LIMIT_EXCEEDED
referral limit exceeded. |
|
SASL_BIND_IN_PROGRESS
sasl bind in progress. |
|
SERVER_DOWN
server down. |
|
SIZE_LIMIT_EXCEEDED
size limit exceeded. |
|
SORT_CONTROL_MISSING
sort control missing, See draft-ietf-ldapext-ldapv3-vlv. |
|
STRONG_AUTH_REQUIRED
strong authentication required. |
|
SUCCESS
success. |
|
TIME_LIMIT_EXCEEDED
time limit exceeded. |
|
TLS_NOT_SUPPORTED
tls not supported. |
|
TOO_LATE
too late, See RFC 3909. |
|
UNAVAILABLE
unavailable. |
|
UNAVAILABLE_CRITICAL_EXTENSION
unavailable critical extension. |
|
UNDEFINED_ATTRIBUTE_TYPE
undefined attribute type. |
|
UNWILLING_TO_PERFORM
unwilling to perform. |
|
USER_CANCELLED
user cancelled. |
|
VIRTUAL_LIST_VIEW_ERROR
virtual list view error, See draft-ietf-ldapext-ldapv3-vlv. |
|
| Method Summary | |
|---|---|
int |
value()
Returns the result code value. |
static ResultCode |
valueOf(int code)
Returns the result code for the supplied integer constant. |
static ResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResultCode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResultCode SUCCESS
public static final ResultCode OPERATIONS_ERROR
public static final ResultCode PROTOCOL_ERROR
public static final ResultCode TIME_LIMIT_EXCEEDED
public static final ResultCode SIZE_LIMIT_EXCEEDED
public static final ResultCode COMPARE_FALSE
public static final ResultCode COMPARE_TRUE
public static final ResultCode AUTH_METHOD_NOT_SUPPORTED
public static final ResultCode STRONG_AUTH_REQUIRED
public static final ResultCode PARTIAL_RESULTS
public static final ResultCode REFERRAL
public static final ResultCode ADMIN_LIMIT_EXCEEDED
public static final ResultCode UNAVAILABLE_CRITICAL_EXTENSION
public static final ResultCode CONFIDENTIALITY_REQUIRED
public static final ResultCode SASL_BIND_IN_PROGRESS
public static final ResultCode NO_SUCH_ATTRIBUTE
public static final ResultCode UNDEFINED_ATTRIBUTE_TYPE
public static final ResultCode INAPPROPRIATE_MATCHING
public static final ResultCode CONSTRAINT_VIOLATION
public static final ResultCode ATTRIBUTE_OR_VALUE_EXISTS
public static final ResultCode INVALID_ATTRIBUTE_SYNTAX
public static final ResultCode NO_SUCH_OBJECT
public static final ResultCode ALIAS_PROBLEM
public static final ResultCode INVALID_DN_SYNTAX
public static final ResultCode IS_LEAF
public static final ResultCode ALIAS_DEREFERENCING_PROBLEM
public static final ResultCode INAPPROPRIATE_AUTHENTICATION
public static final ResultCode INVALID_CREDENTIALS
public static final ResultCode INSUFFICIENT_ACCESS_RIGHTS
public static final ResultCode BUSY
public static final ResultCode UNAVAILABLE
public static final ResultCode UNWILLING_TO_PERFORM
public static final ResultCode LOOP_DETECT
public static final ResultCode SORT_CONTROL_MISSING
public static final ResultCode OFFSET_RANGE_ERROR
public static final ResultCode NAMING_VIOLATION
public static final ResultCode OBJECT_CLASS_VIOLATION
public static final ResultCode NOT_ALLOWED_ON_NONLEAF
public static final ResultCode NOT_ALLOWED_ON_RDN
public static final ResultCode ENTRY_ALREADY_EXISTS
public static final ResultCode OBJECT_CLASS_MODS_PROHIBITED
public static final ResultCode AFFECTS_MULTIPLE_DSAS
public static final ResultCode VIRTUAL_LIST_VIEW_ERROR
public static final ResultCode OTHER
public static final ResultCode SERVER_DOWN
public static final ResultCode LOCAL_ERROR
public static final ResultCode ENCODING_ERROR
public static final ResultCode DECODING_ERROR
public static final ResultCode LDAP_TIMEOUT
public static final ResultCode AUTH_UNKNOWN
public static final ResultCode FILTER_ERROR
public static final ResultCode USER_CANCELLED
public static final ResultCode PARAM_ERROR
public static final ResultCode NO_MEMORY
public static final ResultCode CONNECT_ERROR
public static final ResultCode LDAP_NOT_SUPPORTED
public static final ResultCode CONTROL_NOT_FOUND
public static final ResultCode NO_RESULTS_RETURNED
public static final ResultCode MORE_RESULTS_TO_RETURN
public static final ResultCode CLIENT_LOOP
public static final ResultCode REFERRAL_LIMIT_EXCEEDED
public static final ResultCode INVALID_RESPONSE
public static final ResultCode AMBIGUOUS_RESPONSE
public static final ResultCode TLS_NOT_SUPPORTED
public static final ResultCode CANCELED
public static final ResultCode NO_SUCH_OPERATION
public static final ResultCode TOO_LATE
public static final ResultCode CANNOT_CANCEL
public static final ResultCode ASSERTION_FAILED
public static final ResultCode AUTHORIZATION_DENIED
public static final ResultCode E_SYNC_REFRESH_REQUIRED
| Method Detail |
|---|
public static ResultCode[] values()
for (ResultCode c : ResultCode.values()) System.out.println(c);
public static ResultCode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic int value()
public static ResultCode valueOf(int code)
code - to find result code for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||