public static class AuthenticationToken.Properties extends Object implements Destroyable, Map<String,char[]>
Constructor and Description |
---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
public char[] put(String key, CharSequence value)
public void putAllStrings(Map<String,? extends CharSequence> map)
public void destroy() throws DestroyFailedException
destroy
in interface Destroyable
DestroyFailedException
public boolean isDestroyed()
isDestroyed
in interface Destroyable
public 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–2018 The Apache Software Foundation. All rights reserved.