Uses of Interface
org.bremersee.ldaptive.LdaptiveAttribute
Packages that use LdaptiveAttribute
Package
Description
The package contains classes for LDAP operations with the ldaptive library.
-
Uses of LdaptiveAttribute in org.bremersee.ldaptive
Classes in org.bremersee.ldaptive that implement LdaptiveAttributeModifier and TypeClassDescriptionstatic classThe ldaptive attribute specification.Methods in org.bremersee.ldaptive that return LdaptiveAttributeModifier and TypeMethodDescriptionstatic LdaptiveAttribute<String> Define ldaptive attribute.static <T> LdaptiveAttribute<T> LdaptiveAttribute.define(String name, boolean binary, org.ldaptive.transcode.ValueTranscoder<T> valueTranscoder) Define ldaptive attribute.Methods in org.bremersee.ldaptive with parameters of type LdaptiveAttributeModifier and TypeMethodDescriptionstatic <T> voidLdaptiveEntryMapper.addAttribute(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, T value, List<org.ldaptive.AttributeModification> modifications) Add attribute.static <T> voidLdaptiveEntryMapper.addAttributes(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, Collection<T> values, List<org.ldaptive.AttributeModification> modifications) Add attributes.static <T> TLdaptiveEntryMapper.getAttributeValue(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, T defaultValue) Gets attribute value.static <T> Collection<T> LdaptiveEntryMapper.getAttributeValues(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute) Gets attribute values.static <T> List<T> LdaptiveEntryMapper.getAttributeValuesAsList(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute) Gets attribute values as list.static <T> Set<T> LdaptiveEntryMapper.getAttributeValuesAsSet(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute) Gets attribute values as set.static <T> voidLdaptiveEntryMapper.removeAttribute(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, T value, List<org.ldaptive.AttributeModification> modifications) Remove attribute.static <T> voidLdaptiveEntryMapper.removeAttributes(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, Collection<T> values, List<org.ldaptive.AttributeModification> modifications) Remove attributes.static <T> voidLdaptiveEntryMapper.setAttribute(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, T value, List<org.ldaptive.AttributeModification> modifications) Sets attribute.static <T> voidLdaptiveEntryMapper.setAttributes(org.ldaptive.LdapEntry ldapEntry, LdaptiveAttribute<T> attribute, Collection<T> values, List<org.ldaptive.AttributeModification> modifications) Sets attributes.