ipworksssl
Class LdapsExtendedResponseEvent
java.lang.Object
java.util.EventObject
ipworksssl.LdapsExtendedResponseEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LdapsExtendedResponseEvent
- extends java.util.EventObject
Fired for LDAP V3 Extended Responses.
The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding
parameters of the call to ExtendedRequest .
- See Also:
Ldaps,
Ldaps.ExtendedResponseEvent,
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
responseName
public java.lang.String responseName
responseValue
public byte[] responseValue
Copyright (c) 2015 /n software inc. - All rights reserved.