ipworksssl
Class LdapsResultEvent
java.lang.Object
java.util.EventObject
ipworksssl.LdapsResultEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LdapsResultEvent
- extends java.util.EventObject
Fired for every server response, except search responses.
The MessageId parameter identifies the corresponding
request. ResultCode and ResultDescription show whether the operation was successful (on a successful
operation, the ResultCode is 0). For a full list of
possible result codes, see the ResultCode property.
- See Also:
Ldaps,
Ldaps.ResultEvent,
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
messageId
public int messageId
DN
public java.lang.String DN
resultCode
public int resultCode
description
public java.lang.String description
Copyright (c) 2015 /n software inc. - All rights reserved.