Example usage for javax.naming.ldap Control interface-usage

List of usage examples for javax.naming.ldap Control interface-usage

Introduction

In this page you can find the example usage for javax.naming.ldap Control interface-usage.

Usage

From source file com.constellio.model.services.users.sync.FastBindConnectionControl.java

@SuppressWarnings("serial")
class FastBindConnectionControl implements Control {
    public byte[] getEncodedValue() {
        return null;
    }