Uses of Interface
org.apache.directory.api.ldap.codec.api.BinaryAttributeDetector
-
Packages that use BinaryAttributeDetector Package Description org.apache.directory.api.ldap.codec.api org.apache.directory.ldap.client.api -
-
Uses of BinaryAttributeDetector in org.apache.directory.api.ldap.codec.api
Subinterfaces of BinaryAttributeDetector in org.apache.directory.api.ldap.codec.api Modifier and Type Interface Description interfaceConfigurableBinaryAttributeDetectorAn interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.Classes in org.apache.directory.api.ldap.codec.api that implement BinaryAttributeDetector Modifier and Type Class Description classDefaultConfigurableBinaryAttributeDetectorAn implementation of the BinaryAttributeDetector interface.classSchemaBinaryAttributeDetectorAn implementation of the BinaryAttributeDetector interface.Methods in org.apache.directory.api.ldap.codec.api that return BinaryAttributeDetector Modifier and Type Method Description BinaryAttributeDetectorLdapMessageContainer. getBinaryAttributeDetector()Methods in org.apache.directory.api.ldap.codec.api with parameters of type BinaryAttributeDetector Modifier and Type Method Description voidLdapMessageContainer. setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector)Sets the binary attribute detectorConstructors in org.apache.directory.api.ldap.codec.api with parameters of type BinaryAttributeDetector Constructor Description LdapMessageContainer(LdapApiService codec, BinaryAttributeDetector binaryAttributeDetector)Creates a new LdapMessageContainer object. -
Uses of BinaryAttributeDetector in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return BinaryAttributeDetector Modifier and Type Method Description BinaryAttributeDetectorLdapConnection. getBinaryAttributeDetector()BinaryAttributeDetectorLdapConnectionConfig. getBinaryAttributeDetector()BinaryAttributeDetectorLdapConnectionWrapper. getBinaryAttributeDetector()BinaryAttributeDetectorLdapNetworkConnection. getBinaryAttributeDetector()Methods in org.apache.directory.ldap.client.api with parameters of type BinaryAttributeDetector Modifier and Type Method Description voidLdapConnection. setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetecter)Sets the object responsible for the detection of binary attributes.voidLdapConnectionConfig. setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector)voidLdapConnectionWrapper. setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetecter)Sets the object responsible for the detection of binary attributes.voidLdapNetworkConnection. setBinaryAttributeDetector(BinaryAttributeDetector binaryAttributeDetector)Sets the object responsible for the detection of binary attributes.
-