|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.naming.ldap.ControlFactory
com.sun.jndi.ldap.ctl.ResponseControlFactory
public class ResponseControlFactory
This class represents a factory for creating LDAP response controls. The following response controls are supported:
PagedResultsResponseControl,
SortResponseControl,
VirtualListViewResponseControl,
DirSyncResponseControl,
PasswordExpiredResponseControl,
PasswordExpiringResponseControl,
AuthorizationIDResponseControl| Constructor Summary | |
|---|---|
ResponseControlFactory()
Constructs a new instance of the response control factory. |
|
| Method Summary | |
|---|---|
javax.naming.ldap.Control |
getControlInstance(javax.naming.ldap.Control ctl)
Creates an instance of a response control class from a more generic control class (BasicControl). |
| Methods inherited from class javax.naming.ldap.ControlFactory |
|---|
getControlInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseControlFactory()
| Method Detail |
|---|
public javax.naming.ldap.Control getControlInstance(javax.naming.ldap.Control ctl)
throws javax.naming.NamingException
getControlInstance in class javax.naming.ldap.ControlFactoryctl - A non-null control.
javax.naming.NamingException - if this control factory encountered an
error condition while attempting to create the LDAP control,
and no other control factories are to be tried.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||