|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallback
public class UNTGenerateCallback
This is a callback class for the user name token in generator side.
UsernameToken
,
UNTGenerateCallback
Constructor Summary | |
---|---|
UNTGenerateCallback()
|
Method Summary | |
---|---|
boolean |
isCreatedTimestamp()
Returns the flag that indicates whether createdTimestamp is set or not. |
boolean |
isNonce()
Returns the flag that indicates whether the nonce is set or not. |
boolean |
isSendRealm()
Returns the flag that indicates whether the realm is sent or not. |
boolean |
isSentRealm()
Deprecated. since v7.0 |
boolean |
isUsedIdentityAssertion()
Deprecated. since v7.0 |
boolean |
isUsedRunAsSubject()
Deprecated. since v7.0 |
boolean |
isUsingIdentityAssertion()
Returns the flag that indicates whether the identity assertion is used or not. |
boolean |
isUsingRunAsSubject()
Returns the flag that indicates whether the runAs subject identity is used or not. |
boolean |
isUsingTrustedRealm()
Returns the flag that indicates whether the trusted realm option is used 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 the nonce is set or not. |
void |
setSendRealm(boolean sendRealm)
Sets the flag that indicates whether the realm is used or not. |
void |
setSentRelm(boolean sendRealm)
Deprecated. since v7.0 |
void |
setUsedIdentityAssertion(boolean identityAssertion)
Deprecated. since v7.0 |
void |
setUsedRunAsSubject(boolean runAsSubject)
Deprecated. since v7.0 |
void |
setUsingIdentityAssertion(boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not. |
void |
setUsingRunAsSubject(boolean runAsSubject)
Sets the flag that indicates whether the runAs subject identity is used or not. |
void |
setUsingTrustedRealm(boolean trustedRealm)
Sets the flag that indicates whether the trusted realm option is used or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UNTGenerateCallback()
Method Detail |
---|
public boolean isUsedIdentityAssertion()
public void setUsedIdentityAssertion(boolean identityAssertion)
identityAssertion
- true if the identity assertion is requiredpublic boolean isUsingIdentityAssertion()
public void setUsingIdentityAssertion(boolean identityAssertion)
identityAssertion
- true if the identity assertion is requiredpublic boolean isUsedRunAsSubject()
public void setUsedRunAsSubject(boolean runAsSubject)
runAsSubject
- true if the runAsSubject is required.public boolean isUsingRunAsSubject()
public void setUsingRunAsSubject(boolean runAsSubject)
runAsSubject
- true if the runAs subject identity is requiredpublic boolean isSentRealm()
public boolean isSendRealm()
public void setSentRelm(boolean sendRealm)
sendRealm
- true if the realm is sentpublic void setSendRealm(boolean sendRealm)
sendRealm
- true if the realm is sentpublic boolean isUsingTrustedRealm()
public void setUsingTrustedRealm(boolean trustedRealm)
trusted
- realm option true if the trusted realm feature is requiredpublic boolean isCreatedTimestamp()
public void setCreatedTimestamp(boolean createdTimestamp)
createdTimestamp
- True if createdTimestamp is setpublic boolean isNonce()
public void setNonce(boolean nonce)
nonce
- true if the nonce is set
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |