This rule flags the deprecated methods in the class
com.ibm.websphere.wssecurity.callbackhandler.UNTGenerateCallback
. These methods were deprecated in WebSphere v7.The automated
fix will replace the old method names with the new ones.
The deprecated methods are:
-
isSentRealm()
Replaced with method
isSendRealm
.
-
isUsedIdentityAssertion()
Replaced with method
isUsingIdentityAssertion
.
-
isUsedRunAsSubject()
Replaced with method
isUsingRunAsSubject
.
-
setSentRelm(boolean sendRealm)
Replaced with method
setSendRealm
.
-
setUsedIdentityAssertion(boolean identityAssertion)
Replaced with method
setUsingIdentityAssertion
.
-
setUsedRunAsSubject(boolean runAsSubject)
Replaced with method
setUsingRunAsSubject
.
For more information, see: