Class AWSSignatureProcessor.LowerCaseKeyStringMap
java.lang.Object
org.apache.hadoop.ozone.s3.signature.AWSSignatureProcessor.LowerCaseKeyStringMap
- Enclosing class:
AWSSignatureProcessor
public static class AWSSignatureProcessor.LowerCaseKeyStringMap
extends Object
implements Map<String,String>
A simple map which forces lower case key usage.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()protected voidfromHeaderMap(javax.ws.rs.core.MultivaluedMap<String, String> rawHeaders) booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
LowerCaseKeyStringMap
public LowerCaseKeyStringMap()
-
-
Method Details
-
fromHeaderMap
public static AWSSignatureProcessor.LowerCaseKeyStringMap fromHeaderMap(javax.ws.rs.core.MultivaluedMap<String, String> rawHeaders) -
fixContentType
protected void fixContentType() -
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-