|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.callbackhandler.UNTConsumeCallback
public class UNTConsumeCallback
This is a callback class for the user name token in consumer side.
com.ibm.websphere.wssecurity.wssapi.token.UsenameToken
,
UNTConsumeCallback
Constructor Summary | |
---|---|
UNTConsumeCallback()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UNTConsumeCallback()
Method Detail |
---|
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
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |