Uses of Class
org.ldaptive.LdapAttribute
Packages that use LdapAttribute
Package
Description
-
Uses of LdapAttribute in org.ldaptive
Fields in org.ldaptive declared as LdapAttributeModifier and TypeFieldDescriptionprivate final LdapAttributeAttributeModification.attributeAttribute to modify.private LdapAttribute[]AddRequest.attributesAttributes to add to the entry.private final LdapAttributeLdapAttribute.Builder.objectFields in org.ldaptive with type parameters of type LdapAttributeModifier and TypeFieldDescriptionprivate Map<String,LdapAttribute> LdapEntry.attributesLDAP attributes on the entry.Methods in org.ldaptive that return LdapAttributeModifier and TypeMethodDescriptionLdapAttribute.Builder.build()AttributeModification.getAttribute()LdapEntry.getAttribute()Returns a single attribute of this attributes.LdapEntry.getAttribute(String name) Returns the attribute with the supplied name.AddRequest.getAttributes()Returns the attributes.static LdapAttributeLdapAttribute.sort(LdapAttribute la) Returns a new attribute whose values are sorted.Methods in org.ldaptive that return types with arguments of type LdapAttributeModifier and TypeMethodDescriptionstatic List<LdapAttribute>DnParser.convertDnToAttributes(String dn) Deprecated.Parses the supplied DN and converts each RDN into aLdapAttribute.LdapEntry.getAttributes()Returns the ldap attributes.Methods in org.ldaptive with parameters of type LdapAttributeModifier and TypeMethodDescriptionvoidLdapEntry.addAttributes(LdapAttribute... attrs) Adds attributes to the entry.AddRequest.Builder.attributes(LdapAttribute... attrs) Sets the attributes.LdapEntry.Builder.attributes(LdapAttribute... attrs) voidLdapEntry.removeAttributes(LdapAttribute... attrs) Removes an attribute from this ldap attributes.static LdapAttributeLdapAttribute.sort(LdapAttribute la) Returns a new attribute whose values are sorted.Method parameters in org.ldaptive with type arguments of type LdapAttributeModifier and TypeMethodDescriptionvoidLdapEntry.addAttributes(Collection<LdapAttribute> attrs) Adds attributes to the entry.AddRequest.Builder.attributes(Collection<LdapAttribute> attrs) Sets the attributes.LdapEntry.Builder.attributes(Collection<LdapAttribute> attrs) voidLdapEntry.removeAttributes(Collection<LdapAttribute> attrs) Removes the attribute(s) from this ldap attributes.Constructors in org.ldaptive with parameters of type LdapAttributeModifierConstructorDescriptionAddRequest(String dn, LdapAttribute... attrs) Creates a new add request.Creates a new modification.Constructor parameters in org.ldaptive with type arguments of type LdapAttributeModifierConstructorDescriptionAddRequest(String dn, Collection<LdapAttribute> attrs) Creates a new add request. -
Uses of LdapAttribute in org.ldaptive.ad
Subclasses of LdapAttribute in org.ldaptive.adModifier and TypeClassDescriptionclassHelper class for the active directory unicodePwd attribute. -
Uses of LdapAttribute in org.ldaptive.beans
Fields in org.ldaptive.beans declared as LdapAttributeModifier and TypeFieldDescriptionprivate final LdapAttributeAbstractClassDescriptor.SimpleAttributeValueMutator.laLdap attribute to operate on. -
Uses of LdapAttribute in org.ldaptive.handler
Methods in org.ldaptive.handler with parameters of type LdapAttributeModifier and TypeMethodDescriptionprotected voidAbstractEntryHandler.handleAttribute(LdapAttribute attr) Handle a single attribute. -
Uses of LdapAttribute in org.ldaptive.io
Methods in org.ldaptive.io that return LdapAttributeModifier and TypeMethodDescriptionprivate LdapAttributeLdifReader.parseAttribute(String line) Parses the supplied line and returns an attribute with a single value found in the line. -
Uses of LdapAttribute in org.ldaptive.jaas
Method parameters in org.ldaptive.jaas with type arguments of type LdapAttributeModifier and TypeMethodDescriptionLdapRole.toRoles(Collection<LdapAttribute> attributes) Iterates over the supplied attributes and returns all values as a set of ldap roles.