Uses of Class
org.ldaptive.LdapAttribute
-
Packages that use LdapAttribute Package Description org.ldaptive org.ldaptive.ad org.ldaptive.handler org.ldaptive.jaas -
-
Uses of LdapAttribute in org.ldaptive
Methods in org.ldaptive that return LdapAttribute Modifier and Type Method Description LdapAttributeLdapAttribute.Builder. build()LdapAttributeAttributeModification. getAttribute()LdapAttributeLdapEntry. getAttribute()Returns a single attribute of this attributes.LdapAttributeLdapEntry. getAttribute(java.lang.String name)Returns the attribute with the supplied name.LdapAttribute[]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 LdapAttribute Modifier and Type Method Description static java.util.List<LdapAttribute>DnParser. convertDnToAttributes(java.lang.String dn)Deprecated.Parses the supplied DN and converts each RDN into aLdapAttribute.java.util.Collection<LdapAttribute>LdapEntry. getAttributes()Returns the ldap attributes.Methods in org.ldaptive with parameters of type LdapAttribute Modifier and Type Method Description voidLdapEntry. addAttributes(LdapAttribute... attrs)Adds attributes to the entry.AddRequest.BuilderAddRequest.Builder. attributes(LdapAttribute... attrs)Sets the attributes.LdapEntry.BuilderLdapEntry.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 LdapAttribute Modifier and Type Method Description voidLdapEntry. addAttributes(java.util.Collection<LdapAttribute> attrs)Adds attributes to the entry.AddRequest.BuilderAddRequest.Builder. attributes(java.util.Collection<LdapAttribute> attrs)Sets the attributes.LdapEntry.BuilderLdapEntry.Builder. attributes(java.util.Collection<LdapAttribute> attrs)voidLdapEntry. removeAttributes(java.util.Collection<LdapAttribute> attrs)Removes the attribute(s) from this ldap attributes.Constructors in org.ldaptive with parameters of type LdapAttribute Constructor Description AddRequest(java.lang.String dn, LdapAttribute... attrs)Creates a new add request.AttributeModification(AttributeModification.Type type, LdapAttribute attr)Creates a new modification.Constructor parameters in org.ldaptive with type arguments of type LdapAttribute Constructor Description AddRequest(java.lang.String dn, java.util.Collection<LdapAttribute> attrs)Creates a new add request. -
Uses of LdapAttribute in org.ldaptive.ad
Subclasses of LdapAttribute in org.ldaptive.ad Modifier and Type Class Description classUnicodePwdAttributeHelper class for the active directory unicodePwd attribute. -
Uses of LdapAttribute in org.ldaptive.handler
Methods in org.ldaptive.handler with parameters of type LdapAttribute Modifier and Type Method Description protected voidAbstractEntryHandler. handleAttribute(LdapAttribute attr)Handle a single attribute. -
Uses of LdapAttribute in org.ldaptive.jaas
Method parameters in org.ldaptive.jaas with type arguments of type LdapAttribute Modifier and Type Method Description static java.util.Set<LdapRole>LdapRole. toRoles(java.util.Collection<LdapAttribute> attributes)Iterates over the supplied attributes and returns all values as a set of ldap roles.
-