public static class AuthenticationToken.Properties extends Object implements Destroyable, Map<String,char[]>
| Constructor and Description | 
|---|
| AuthenticationToken.Properties() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
public char[] put(String key, CharSequence value)
public void putAllStrings(Map<String,? extends CharSequence> map)
public void destroy()
             throws DestroyFailedException
destroy in interface DestroyableDestroyFailedExceptionpublic boolean isDestroyed()
isDestroyed in interface Destroyablepublic boolean containsKey(Object key)
containsKey in interface Map<String,char[]>public boolean containsValue(Object value)
containsValue in interface Map<String,char[]>public Collection<char[]> values()
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.