|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Control | |
---|---|
org.apache.directory.shared.ldap.codec |
Uses of Control in org.apache.directory.shared.ldap.codec |
---|
Methods in org.apache.directory.shared.ldap.codec that return Control | |
---|---|
Control |
LdapMessage.getControls(int i)
Get the Control Object at a specific index |
Control |
LdapMessageContainer.getCurrentControl()
|
Control |
LdapMessage.getCurrentControl()
Get the current Control Object |
Methods in org.apache.directory.shared.ldap.codec that return types with arguments of type Control | |
---|---|
java.util.List<Control> |
LdapMessage.getControls()
Get the Control Objects |
Methods in org.apache.directory.shared.ldap.codec with parameters of type Control | |
---|---|
void |
LdapMessage.addControl(Control control)
Add a control to the Controls array |
void |
LdapMessageContainer.setCurrentControl(Control currentControl)
Store a newly created control |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |