Uses of Class
org.ldaptive.LdapAttribute.Builder
Packages that use LdapAttribute.Builder
-
Uses of LdapAttribute.Builder in org.ldaptive
Methods in org.ldaptive that return LdapAttribute.BuilderModifier and TypeMethodDescriptionLdapAttribute.Builder.binary
(boolean b) LdapAttribute.Builder.binaryValues
(Collection<byte[]> values) LdapAttribute.Builder.bufferValues
(Collection<ByteBuffer> values) static LdapAttribute.Builder
LdapAttribute.builder()
Creates a builder for this class.LdapAttribute.Builder.stringValues
(Collection<String> values) LdapAttribute.Builder.values
(byte[]... values) LdapAttribute.Builder.values
(ByteBuffer... values)