|
Oracle | ||||||||||
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 timevoid 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 secondsvoid checkDuplicateNonce(String nonce) throws SOAPFaultException
nonce
- the input nonce value
SOAPFaultException
- invalide time or duplicate entry found
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |