|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.naming.ldap.ControlFactory
com.netscape.jndi.ldap.controls.NetscapeControlFactory
public class NetscapeControlFactory
Constructor Summary | |
---|---|
NetscapeControlFactory()
|
Method Summary | |
---|---|
javax.naming.ldap.Control |
getControlInstance(javax.naming.ldap.Control ctrl)
Creates a control using this control factory |
static javax.naming.ldap.Control |
getControlInstance(netscape.ldap.LDAPControl rawCtrl)
Create a JNDI control from a raw ldapjdk control |
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 NetscapeControlFactory()
Method Detail |
---|
public javax.naming.ldap.Control getControlInstance(javax.naming.ldap.Control ctrl) throws javax.naming.NamingException
getControlInstance
in class javax.naming.ldap.ControlFactory
ctrl
- A non-null control.
javax.naming.NamingException
- If ctrl contains invalid data that prevents it from
being used to create a control.public static javax.naming.ldap.Control getControlInstance(netscape.ldap.LDAPControl rawCtrl) throws javax.naming.NamingException
rawCtrl
- A non-null control.
javax.naming.NamingException
- If ctrl contains invalid data that prevents it from
being used to create a control.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |