public class UNTGenerateCallback
extends java.lang.Object
implements javax.security.auth.callback.Callback
UsernameToken
,
UNTGenerateCallback
Constructor and Description |
---|
UNTGenerateCallback() |
Modifier and Type | Method and Description |
---|---|
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.
|
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