public interface PasswordCache
Modifier and Type | Method and Description |
---|---|
boolean |
contains(String key,
long timeOut)
Checks whether the cache already contains given key.
|
char[] |
getPassword(String key)
Get password from the cache.
|
void |
reset()
Reset the cache (clean whole cache and start all over again).
|
void |
storePassword(String key,
char[] password)
Store password to the cache.
|
boolean contains(String key, long timeOut)
key
- timeOut
- char[] getPassword(String key)
key
- void storePassword(String key, char[] password)
key
- password
- void reset()
Copyright © 2017 JBoss by Red Hat. All rights reserved.