|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.commons.AbstractMOMRegistrationAware
com.sun.xml.wss.NonceManager
com.sun.xml.wss.impl.misc.DefaultNonceManager
@ManagedObject @Description(value="per-endpoint NonceManager") @AMXMetadata(type="WSNonceManager") public class DefaultNonceManager
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.xml.wss.NonceManager |
|---|
NonceManager.NonceException |
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
logger |
| Fields inherited from class com.sun.xml.wss.NonceManager |
|---|
LOGGER, nonceManager |
| Constructor Summary | |
|---|---|
DefaultNonceManager()
|
|
| Method Summary | |
|---|---|
boolean |
validateNonce(java.lang.String nonce,
java.lang.String created)
|
| Methods inherited from class com.sun.xml.wss.NonceManager |
|---|
deleteInstance, getInstance, getMaxNonceAge, setMaxNonceAge |
| Methods inherited from class com.sun.xml.ws.commons.AbstractMOMRegistrationAware |
|---|
isRegisteredAtMOM, setRegisteredAtMOM |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public DefaultNonceManager()
| Method Detail |
|---|
public boolean validateNonce(java.lang.String nonce,
java.lang.String created)
throws NonceManager.NonceException
validateNonce in class NonceManagernonce - the nonce to be validatedcreated - the creation time of the nonce as indicated in the UsernameToken
NonceManager.NonceException - if a replay is detected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||