Package org.eclipse.jetty.security.jaspi
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 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
-
Field Details
-
isMandatory
private final boolean isMandatory -
authMethod
-
delegate
-
-
Constructor Details
-
MIMap
private MIMap(boolean mandatory)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
getDelegate
-
isAuthMandatory
boolean isAuthMandatory() -
getAuthMethod
String getAuthMethod()
-