com.ibm.websphere.wssecurity.callbackhandler

Class UNTGenerateCallback

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallback
All implemented interfaces:
javax.security.auth.callback.Callback

  1. public class UNTGenerateCallback
  2. extends java.lang.Object
  3. implements javax.security.auth.callback.Callback
This is a callback class for the user name token in generator side.
See Also:
UsernameToken, UNTGenerateCallback

Constructor Summary

Constructor and Description
UNTGenerateCallback()

Method Summary

Modifier and Type Method and Description
  1. boolean
isCreatedTimestamp()
Returns the flag that indicates whether createdTimestamp is set or not.
  1. boolean
isNonce()
Returns the flag that indicates whether the nonce is set or not.
  1. boolean
isSendRealm()
Returns the flag that indicates whether the realm is sent or not.
  1. boolean
isSentRealm()
Deprecated. since v7.0
  1. boolean
isUsedIdentityAssertion()
Deprecated. since v7.0
  1. boolean
isUsedRunAsSubject()
Deprecated. since v7.0
  1. boolean
isUsingIdentityAssertion()
Returns the flag that indicates whether the identity assertion is used or not.
  1. boolean
isUsingRunAsSubject()
Returns the flag that indicates whether the runAs subject identity is used or not.
  1. boolean
isUsingTrustedRealm()
Returns the flag that indicates whether the trusted realm option is used or not.
  1. void
setCreatedTimestamp(boolean createdTimestamp)
Sets the flag that indicates whether the createdTimestamp is set or not.
  1. void
setNonce(boolean nonce)
Sets the flag that indicates whether the nonce is set or not.
  1. void
setSendRealm(boolean sendRealm)
Sets the flag that indicates whether the realm is used or not.
  1. void
setSentRelm(boolean sendRealm)
Deprecated. since v7.0
  1. void
setUsedIdentityAssertion(boolean identityAssertion)
Deprecated. since v7.0
  1. void
setUsedRunAsSubject(boolean runAsSubject)
Deprecated. since v7.0
  1. void
setUsingIdentityAssertion(boolean identityAssertion)
Sets the flag that indicates whether the identity assertion is used or not.
  1. void
setUsingRunAsSubject(boolean runAsSubject)
Sets the flag that indicates whether the runAs subject identity is used or not.
  1. 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

UNTGenerateCallback

  1. public UNTGenerateCallback()

Method Detail

isUsedIdentityAssertion

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. 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

  1. public boolean isSendRealm()
Returns the flag that indicates whether the realm is sent or not.
Returns:
true if the realm is sent.

setSentRelm

  1. 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

  1. 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

  1. 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

  1. public void setUsingTrustedRealm( boolean trustedRealm)
Sets the flag that indicates whether the trusted realm option is used or not.

isCreatedTimestamp

  1. public boolean isCreatedTimestamp( )
Returns the flag that indicates whether createdTimestamp is set or not.
Returns:
true if the createdTimestamp is set

setCreatedTimestamp

  1. 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

  1. public boolean isNonce()
Returns the flag that indicates whether the nonce is set or not.
Returns:
true if the nonce is set

setNonce

  1. 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