ipworks
Class LdapExtendedResponseEvent
java.lang.Object
java.util.EventObject
ipworks.LdapExtendedResponseEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LdapExtendedResponseEvent
- 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:
Ldap
,
Ldap.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) 2013 /n software inc. - All rights reserved.