Class JaspiMessageInfo.MIMap
java.lang.Object
org.eclipse.jetty.security.jaspi.JaspiMessageInfo.MIMap
- All Implemented Interfaces:
Map
- Enclosing class:
JaspiMessageInfo
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()(package private) Stringprivate MapgetDelegate(boolean create) (package private) booleanbooleanisEmpty()keySet()voidintsize()values()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
isMandatory
private final boolean isMandatory -
authMethod
-
delegate
-
-
Constructor Details
-
MIMap
private MIMap(boolean mandatory)
-
-
Method Details
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
getDelegate
-
isAuthMandatory
boolean isAuthMandatory() -
getAuthMethod
String getAuthMethod()
-