@ManagedObject @Description(value="per-endpoint NonceManager") @AMXMetadata(type="WSNonceManager") public class DefaultNonceManager extends NonceManager
NonceManager.NonceException| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log
logger
|
LOGGER, nonceManager| Constructor and Description |
|---|
DefaultNonceManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateNonce(String nonce,
String created) |
deleteInstance, getInstance, getMaxNonceAge, setMaxNonceAgeisRegisteredAtMOM, setRegisteredAtMOMprotected static final Logger log
public boolean validateNonce(String nonce, String created) throws NonceManager.NonceException
validateNonce in class NonceManagernonce - the nonce to be validatedcreated - the creation time of the nonce as indicated in the UsernameTokenNonceManager.NonceException - if a replay is detectedCopyright © 2005–2018 Oracle Corporation. All rights reserved.