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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) void
destroy()
entrySet()
char[]
boolean
boolean
isEmpty()
keySet()
char[]
char[]
put
(String key, CharSequence value) void
void
putAllStrings
(Map<String, ? extends CharSequence> map) char[]
int
size()
Collection<char[]>
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
destroy
in interfaceDestroyable
- Throws:
DestroyFailedException
-
isDestroyed
public boolean isDestroyed()- Specified by:
isDestroyed
in interfaceDestroyable
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<String,
char[]>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
char[]>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-