public class PropertyCallback extends XWSSCallback implements Callback
| Modifier and Type | Field and Description |
|---|---|
static long |
MAX_CLOCK_SKEW
Deprecated.
|
static long |
MAX_NONCE_AGE
Deprecated.
|
static long |
TIMESTAMP_FRESHNESS_LIMIT
Deprecated.
|
| Constructor and Description |
|---|
PropertyCallback()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxClockSkew()
Deprecated.
|
long |
getMaxNonceAge()
Deprecated.
|
long |
getTimestampFreshnessLimit()
Deprecated.
|
void |
setMaxClockSkew(long skew)
Deprecated.
|
void |
setMaxNonceAge(long maxNonceAge)
Deprecated.
|
void |
setTimestampFreshnessLimit(long freshnessLimit)
Deprecated.
|
getRuntimePropertiespublic static final long MAX_NONCE_AGE
public static final long MAX_CLOCK_SKEW
public static final long TIMESTAMP_FRESHNESS_LIMIT
public void setMaxClockSkew(long skew)
skew - the assumed maximum skew (milliseconds) between the local times of any two systemspublic long getMaxClockSkew()
public void setTimestampFreshnessLimit(long freshnessLimit)
freshnessLimit - the period (milliseconds) for which a Timestamp is considered freshpublic long getTimestampFreshnessLimit()
public void setMaxNonceAge(long maxNonceAge)
maxNonceAge - The length of time (milliseconds) a previously received Nonce value
will be stored
Implementation Note: The actual time for which any Nonce will be stored can be greater
than maxNonceAge. In some cases when the implementation is unable to determine a receiver
side policy ahead of processing the Message, the maxNonceAge value used will be a default
value of 30 mins.public long getMaxNonceAge()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.