| Constructor and Description |
|---|
NonceCache() |
NonceCache(long maxNonceAge) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel() |
long |
getMaxNonceAge() |
boolean |
isScheduled() |
void |
removeExpired() |
void |
run() |
void |
scheduled(boolean flag) |
boolean |
validateAndCacheNonce(String nonce,
String created) |
boolean |
wasCanceled() |
scheduledExecutionTimeprotected static final Logger log
public boolean validateAndCacheNonce(String nonce, String created) throws NonceManager.NonceException
NonceManager.NonceException@ManagedAttribute public boolean isScheduled()
public void scheduled(boolean flag)
@ManagedAttribute public boolean wasCanceled()
@ManagedAttribute public long getMaxNonceAge()
public void removeExpired()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.