public class UNTConsumeCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
com.ibm.websphere.wssecurity.wssapi.token.UsenameToken
,
UNTConsumeCallback
Constructor and Description |
---|
UNTConsumeCallback() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCreatedTimestamp()
Returns the flag that indicates whether the createdTimestamp is set or not.
|
boolean |
isNonce()
Returns the flag that indicates whether the nonce is set or not.
|
boolean |
isUsingIdentityAssertion()
Returns the flag that indicates whether the identity assertion is used or not.
|
boolean |
isUsingTrustedRealm()
Returns the flag that indicates whether the trusted realm option is selected or not.
|
void |
setCreatedTimestamp(boolean createdTimestamp)
Sets the flag that indicates whether the createdTimestamp is set or not.
|
void |
setNonce(boolean nonce)
Sets the flag that indicates whether or the nonce is set or not.
|
void |
setUsingIdentityAssertion(boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not.
|
void |
setUsingTrustedRealm(boolean trustedRealm)
Sets the flag that indicates whether the trusted realm option is selected or not.
|
public boolean isCreatedTimestamp()
public void setCreatedTimestamp(boolean createdTimestamp)
createdTimestamp
- true if the createdTimestamp is setpublic boolean isNonce()
public void setNonce(boolean nonce)
sendRealm
- true if the nonce is setpublic boolean isUsingIdentityAssertion()
public void setUsingIdentityAssertion(boolean identityAssertion)
identityAssertion
- true if the identity assertion is requiredpublic boolean isUsingTrustedRealm()
public void setUsingTrustedRealm(boolean trustedRealm)
trustedRealm
- true if the trusted realm feature is selected