Class AuthenticationToken.Properties
java.lang.Object
org.apache.accumulo.core.client.security.tokens.AuthenticationToken.Properties
- All Implemented Interfaces:
Map<String,,char[]> Destroyable
- Enclosing interface:
- AuthenticationToken
public static class AuthenticationToken.Properties
extends Object
implements Destroyable, Map<String,char[]>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) voiddestroy()entrySet()char[]booleanbooleanisEmpty()keySet()char[]char[]put(String key, CharSequence value) voidvoidputAllStrings(Map<String, ? extends CharSequence> map) char[]intsize()Collection<char[]>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
-
Properties
public Properties()
-
-
Method Details
-
put
-
putAllStrings
-
destroy
- Specified by:
destroyin interfaceDestroyable- Throws:
DestroyFailedException
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyedin interfaceDestroyable
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,char[]>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,char[]>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-