| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NonceValidator
| Field Summary | |
|---|---|
| static QName | NONCE_FAULTCODE | 
| Method Summary | |
|---|---|
|  void | checkDuplicateNonce(String nonce)This method will check the input time is in good format and does not expired. | 
|  void | checkNonceAndTime(String nonce,
                  Calendar created)This method will check the input time is in good format and does not expired. | 
|  void | init(String config,
     TimestampHandler timeoutHandler)initialize the Nonce Validator | 
|  void | setExpirationTime(int expirationTime)change the expiration time | 
| Field Detail | 
|---|
static final QName NONCE_FAULTCODE
| Method Detail | 
|---|
void init(String config,
          TimestampHandler timeoutHandler)
config - String of parameters to pass into the NonceValidator for initializationtimeoutHandler - TimestampHandler that is used to check the expiration of the created time
void checkNonceAndTime(String nonce,
                       Calendar created)
                       throws SOAPFaultException
nonce - the input nonce valuecreated - the input time
SOAPFaultException - invalide time format, null input or duplicate entry foundvoid setExpirationTime(int expirationTime)
expirationTime - time in seconds
void checkDuplicateNonce(String nonce)
                         throws SOAPFaultException
nonce - the input nonce value
SOAPFaultException - invalide time or duplicate entry found| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.4) Part Number E13941-04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||