com.ibm.websphere.wssecurity.callbackhandler
Class UNTGenerateCallback
- java.lang.Object
com.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallback
All implemented interfaces:
javax.security.auth.callback.Callback
- public class UNTGenerateCallback
- extends java.lang.Object
- implements javax.security.auth.callback.Callback
See Also:
Constructor Summary
Constructor and Description |
---|
UNTGenerateCallback()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
isCreatedTimestamp()
Returns the flag that indicates whether createdTimestamp is set or not.
|
|
isNonce()
Returns the flag that indicates whether the nonce is set or not.
|
|
isSendRealm()
Returns the flag that indicates whether the realm is sent or not.
|
|
isSentRealm()
Deprecated. since v7.0
|
|
isUsedIdentityAssertion()
Deprecated. since v7.0
|
|
isUsedRunAsSubject()
Deprecated. since v7.0
|
|
isUsingIdentityAssertion()
Returns the flag that indicates whether the identity assertion is used or not.
|
|
isUsingRunAsSubject()
Returns the flag that indicates whether the runAs subject identity is used or not.
|
|
isUsingTrustedRealm()
Returns the flag that indicates whether the trusted realm option is used or not.
|
|
setCreatedTimestamp(boolean createdTimestamp)
Sets the flag that indicates whether the createdTimestamp is set or not.
|
|
setNonce(boolean nonce)
Sets the flag that indicates whether the nonce is set or not.
|
|
setSendRealm(boolean sendRealm)
Sets the flag that indicates whether the realm is used or not.
|
|
setSentRelm(boolean sendRealm)
Deprecated. since v7.0
|
|
setUsedIdentityAssertion(boolean identityAssertion)
Deprecated. since v7.0
|
|
setUsedRunAsSubject(boolean runAsSubject)
Deprecated. since v7.0
|
|
setUsingIdentityAssertion(boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not.
|
|
setUsingRunAsSubject(boolean runAsSubject)
Sets the flag that indicates whether the runAs subject identity is used or not.
|
|
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
UNTGenerateCallback
- public UNTGenerateCallback()
Method Detail
isUsedIdentityAssertion
- public boolean isUsedIdentityAssertion( )
Deprecated. since v7.0
Returns the flag that indicates whether the identity assertion is used or not.
Returns:
true if the identity assertion is required
setUsedIdentityAssertion
- public void setUsedIdentityAssertion( boolean identityAssertion)
Deprecated. since v7.0
Sets the flag that indicates whether the identity assertion is used or not.
Parameters:
identityAssertion
- true if the identity assertion is required isUsingIdentityAssertion
- public boolean isUsingIdentityAssertion( )
Returns the flag that indicates whether the identity assertion is used or not.
Returns:
true if the identity assertion is required
setUsingIdentityAssertion
- public void setUsingIdentityAssertion( boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not.
Parameters:
identityAssertion
- true if the identity assertion is required isUsedRunAsSubject
- public boolean isUsedRunAsSubject( )
Deprecated. since v7.0
Returns the flag that indicates whether or the RunAsSubject is used or not.
Returns:
true if the runAsSubject is required
setUsedRunAsSubject
- public void setUsedRunAsSubject( boolean runAsSubject)
Deprecated. since v7.0
Sets the flag that indicates whether the RunAsSubject is used or not.
Parameters:
runAsSubject
- true if the runAsSubject is required. isUsingRunAsSubject
- public boolean isUsingRunAsSubject( )
Returns the flag that indicates whether the runAs subject identity is used or not.
Returns:
true if the runAs subject identity is required
setUsingRunAsSubject
- public void setUsingRunAsSubject( boolean runAsSubject)
Sets the flag that indicates whether the runAs subject identity is used or not.
Parameters:
runAsSubject
- true if the runAs subject identity is required isSentRealm
- public boolean isSentRealm()
Deprecated. since v7.0
Returns the flag that indicates whether the realm is sent or not.
Returns:
true if the realm is sent.
isSendRealm
- public boolean isSendRealm()
Returns the flag that indicates whether the realm is sent or not.
Returns:
true if the realm is sent.
setSentRelm
- public void setSentRelm(boolean sendRealm)
Deprecated. since v7.0
Sets the flag that indicates whether the realm is used or not.
Parameters:
sendRealm
- true if the realm is sent setSendRealm
- public void setSendRealm(boolean sendRealm)
Sets the flag that indicates whether the realm is used or not.
Parameters:
sendRealm
- true if the realm is sent isUsingTrustedRealm
- public boolean isUsingTrustedRealm( )
Returns the flag that indicates whether the trusted realm option is used or not.
Returns:
true if the trusted realm option is required
setUsingTrustedRealm
- public void setUsingTrustedRealm( boolean trustedRealm)
Sets the flag that indicates whether the trusted realm option is used or not.
isCreatedTimestamp
- public boolean isCreatedTimestamp( )
Returns the flag that indicates whether createdTimestamp is set or not.
Returns:
true if the createdTimestamp is set
setCreatedTimestamp
- public void setCreatedTimestamp( boolean createdTimestamp)
Sets the flag that indicates whether the createdTimestamp is set or not.
Parameters:
createdTimestamp
- True if createdTimestamp is set isNonce
- public boolean isNonce()
Returns the flag that indicates whether the nonce is set or not.
Returns:
true if the nonce is set
setNonce
- public void setNonce(boolean nonce)
Sets the flag that indicates whether the nonce is set or not.
Parameters:
nonce
- true if the nonce is set