org.apache.accumulo.core.client.security.tokens
Class AuthenticationToken.Properties

java.lang.Object
  extended by 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
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
AuthenticationToken.Properties()
           
 
Method Summary
 void clear()
           
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 void destroy()
           
 Set<Map.Entry<String,char[]>> entrySet()
           
 char[] get(Object key)
           
 boolean isDestroyed()
           
 boolean isEmpty()
           
 Set<String> keySet()
           
 char[] put(String key, char[] value)
           
 char[] put(String key, CharSequence value)
           
 void putAll(Map<? extends String,? extends char[]> m)
           
 void putAllStrings(Map<String,? extends CharSequence> map)
           
 char[] remove(Object key)
           
 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
equals, hashCode
 

Constructor Detail

AuthenticationToken.Properties

public AuthenticationToken.Properties()
Method Detail

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.