|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.NonceManager
com.sun.xml.wss.impl.misc.HANonceManager
public class HANonceManager
| Nested Class Summary | |
|---|---|
static class |
HANonceManager.HAPojo
|
class |
HANonceManager.nonceCleanupTask
|
| Nested classes/interfaces inherited from class com.sun.xml.wss.NonceManager |
|---|
NonceManager.NonceException |
| Field Summary |
|---|
| Fields inherited from class com.sun.xml.wss.NonceManager |
|---|
LOGGER, nonceManager |
| Constructor Summary | |
|---|---|
HANonceManager(org.glassfish.ha.store.api.BackingStore<StickyKey,HANonceManager.HAPojo> backingStore,
long maxNonceAge)
|
|
HANonceManager(long maxNonceAge)
|
|
| Method Summary | |
|---|---|
void |
remove(java.lang.String key)
|
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HANonceManager(long maxNonceAge)
public HANonceManager(org.glassfish.ha.store.api.BackingStore<StickyKey,HANonceManager.HAPojo> backingStore,
long maxNonceAge)
| 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
public void remove(java.lang.String key)
throws org.glassfish.ha.store.api.BackingStoreException
org.glassfish.ha.store.api.BackingStoreException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||