Class LdapIdentityProperties
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- org.apache.jackrabbit.oak.security.authentication.ldap.impl.LdapIdentityProperties
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
public class LdapIdentityProperties extends HashMap<String,Object>
LdapIdentityPropertiesimplements a case insensitive hash map that preserves the case of the keys but ignores the case during lookup.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description LdapIdentityProperties()LdapIdentityProperties(int initialCapacity)LdapIdentityProperties(int initialCapacity, float loadFactor)LdapIdentityProperties(Map<? extends String,?> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)Objectget(Object key)Objectput(String key, Object value)voidputAll(Map<? extends String,?> m)Objectremove(Object key)-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<String,Object>- Overrides:
containsKeyin classHashMap<String,Object>
-
-