org.apache.accumulo.core.client.security.tokens
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 classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationToken.Properties
public AuthenticationToken.Properties()
put
public char[] put(String key,
CharSequence value)
putAllStrings
public void putAllStrings(Map<String,? extends CharSequence> map)
destroy
public void destroy()
throws DestroyFailedException
- Specified by:
destroy
in interface Destroyable
- Throws:
DestroyFailedException
isDestroyed
public boolean isDestroyed()
- Specified by:
isDestroyed
in interface Destroyable
size
public int size()
- Specified by:
size
in interface Map<String,char[]>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<String,char[]>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<String,char[]>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<String,char[]>
get
public char[] get(Object key)
- Specified by:
get
in interface Map<String,char[]>
put
public char[] put(String key,
char[] value)
- Specified by:
put
in interface Map<String,char[]>
remove
public char[] remove(Object key)
- Specified by:
remove
in interface Map<String,char[]>
putAll
public void putAll(Map<? extends String,? extends char[]> m)
- Specified by:
putAll
in interface Map<String,char[]>
clear
public void clear()
- Specified by:
clear
in interface Map<String,char[]>
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface Map<String,char[]>
values
public Collection<char[]> values()
- Specified by:
values
in interface Map<String,char[]>
entrySet
public Set<Map.Entry<String,char[]>> entrySet()
- Specified by:
entrySet
in interface Map<String,char[]>
Copyright © 2015 Apache Accumulo Project. All rights reserved.