Deprecated Methods |
com.ibm.itim.dataservices.model.Permission.addAttributeRight(AttributeRight)
Add rights directly to Collection returned in
getAttributeRights() instead. |
com.ibm.itim.dataservices.model.Permission.addClassRight(String)
Add rights directly to Collection returned in
getClassRights() instead. |
com.ibm.itim.apps.identity.SelfPasswordManager.changePassword(String, String, String)
As of ITIM 5.0, replaced by
SelfPasswordManager.changeExpiredPassword(String userId, String oldPassword, String newPassword)
. |
com.ibm.itim.apps.identity.SelfPasswordManager.changePassword(String, String, String)
As of ITIM 5.0, replaced by
SelfPasswordManager.changeExpiredPassword(String userId, String oldPassword, String newPassword)
. |
com.ibm.itim.apps.identity.SelfPasswordManager.changePassword(String, String, String, String)
As of ITIM 5.0 |
com.ibm.itim.apps.identity.SelfPasswordManager.changePassword(String, String, String, String)
As of ITIM 5.0 |
com.ibm.itim.dataservices.model.domain.Account.cleanGroupRecertificationAttributes(String[])
This method will work fine only when the account stores
the entire group dn (access id) in the attributes passed as parameter.
Otherwise all recertification related data will get removed.
Use cleanAccessRecertificationAttributes(String[]) method. |
com.ibm.itim.apps.identity.RoleManager.createRole(OrganizationalContainerMO, Role)
This method creates only static role.
This method will be removed in the next major release.
Use RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
com.ibm.itim.apps.identity.RoleManager.createRole(OrganizationalContainerMO, Role)
This method creates only static role.
This method will be removed in the next major release.
Use RoleManager.createRole(OrganizationalContainerMO, Role, Date) instead. |
com.ibm.itim.fesiextensions.FESIScriptEvaluator.evaluate(String, Map, boolean)
use evaluate(String scr, boolean evalAsFunction) |
com.ibm.itim.script.ScriptEvaluatorInterface.evaluate(String, Map, boolean)
use evaluate(String scr, boolean evalAsFunction) |
com.ibm.itim.fesiextensions.FESIScriptEvaluator.evaluate(String, Object[], boolean)
Use evaluate(String scr, boolean evalAsFunction) |
com.ibm.itim.script.ScriptEvaluatorInterface.evaluate(String, Object[], boolean)
Use evaluate(String scr, boolean evalAsFunction) |
com.ibm.itim.apps.search.SearchMO.execute()
This method has been replaced with the search()
which addresses additional requirements introduced by RESTful services. |
com.ibm.itim.apps.workflow.HumanResourceMO.execute(WorkflowSearchResultsMO, Locale)
As of ITIM 4.6 HumanResourceMO.getAssignments(WorkflowSearchResultsMO, Locale) . |
com.ibm.itim.apps.workflow.HumanResourceMO.execute(WorkflowSearchResultsMO, Locale)
As of ITIM 4.6 HumanResourceMO.getAssignments(WorkflowSearchResultsMO, Locale) . |
com.ibm.itim.dataservices.model.domain.PersonEntity.getAccounts()
Use AccountSearch class in provisioning package instead. |
com.ibm.itim.common.AttributeChangeOperation.getAction()
See getModificationAction. |
com.ibm.itim.dataservices.model.system.SystemRole.getCategory()
|
com.ibm.itim.apps.jaas.callback.PlatformCallbackHandler.getChallenges()
Use getUserChallenges() instead |
com.ibm.itim.dataservices.model.ModelSchema.getClassSchemaAttributes(String)
use LDAPSchema.getClassSchemaAttributes(). Since 4.6 |
com.ibm.itim.dataservices.model.ModelSchema.getClassSchemaAttributes(String, String)
use LDAPSchema.getClassSchemaAttributes(). Since 4.6 |
com.ibm.itim.dataservices.model.domain.Service.getConstraintViolationAction()
Use getNonComplianceAction(). |
com.ibm.itim.remoteservices.provider.PlatformContext.getDirectoryContext()
See UnsolicitedNotificationHandler.findService(). |
com.ibm.itim.dataservices.model.domain.Service.getDisallowedAction()
Use getNonComplianceAction(). |
com.ibm.itim.common.AttributeValue.getMapValue()
This will no longer be supported. Clients with this need
must retrieve the Objects and parse them themselves. |
com.ibm.itim.apps.provisioning.ServiceMO.getOwner()
since 5.0. Please use getOwners(). |
com.ibm.itim.apps.provisioning.ServiceMO.getOwner()
since 5.0. Please use getOwners(). |
com.ibm.itim.dataservices.model.domain.ServiceEntity.getOwner()
Replace with getOwners() since TIM 5.0 |
com.ibm.itim.workflow.model.AssignmentGroup.getParticipant()
|
com.ibm.itim.apps.search.SearchResultsMO.getResults()
This method has been replaced with the getSearchResults()
which addresses additional requirements introduced by RESTful services. |
com.ibm.itim.apps.ITIMFailedLoginException.getThrowable()
|
com.ibm.itim.apps.ITIMCredentialExpiredException.getThrowable()
|
com.ibm.itim.exception.ITIMException.getThrowable()
|
com.ibm.itim.exception.ITIMRuntimeException.getThrowable()
|
com.ibm.itim.logging.SystemLog.getTraceExceptions()
This method will be removed in the next major release. Exception will always be traced. |
com.ibm.itim.policy.script.IdentityPolicyScriptInterface.getUserClassName()
This method is only provided for backwards compatability and
should not be relied upon. |
com.ibm.itim.dataservices.model.domain.ServiceEntity.hasHostedService()
use getHostedServices instead |
com.ibm.itim.apps.provisioning.AccountManager.isAccountCompliant(AccountMO, Collection)
Please use checkAccountCompliance method. |
com.ibm.itim.apps.provisioning.AccountManager.isAccountCompliant(AccountMO, Collection)
Please use checkAccountCompliance method. |
com.ibm.itim.apps.provisioning.AccountManager.isAccountCompliant(PersonMO, ServiceMO, AttributeValues, Collection)
Please use checkAccountCompliance method. |
com.ibm.itim.apps.provisioning.AccountManager.isAccountCompliant(PersonMO, ServiceMO, AttributeValues, Collection)
Please use checkAccountCompliance method. |
com.ibm.itim.dataservices.model.domain.Account.isEnroleAccount()
|
com.ibm.itim.dataservices.model.domain.DirectorySystem.isLostPwdByMail()
Replaced by isPasswordResetRequired(). |
com.ibm.itim.apps.provisioning.PasswordManager.isPasswordValid(Collection, String)
As of ITIM 5.0, replaced by PasswordManager.validatePassword(Collection accounts, String password) . |
com.ibm.itim.apps.provisioning.PasswordManager.isPasswordValid(Collection, String)
As of ITIM 5.0, replaced by PasswordManager.validatePassword(Collection accounts, String password) . |
com.ibm.itim.dataservices.schema.SchemaAttribute.isRequired()
isRequired is not part of Attribute definition. Use SchemaClass.getRequiredAttributes()
to find all required attributes for that class. |
com.ibm.itim.remoteservices.provider.ServiceProviderInformation.isStoreAccountPassword()
We not longer ever store the password locally, so the flag should not be used. |
com.ibm.itim.logging.SystemLog.logDebug(Object, Object)
This method will be removed in the next major release. Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.text() . |
com.ibm.itim.logging.SystemLog.logDebug(Object, Object, Throwable)
This method will be removed in the next major release. Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logDebug(String, Object)
This method will be removed in the next major release. Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.text() . |
com.ibm.itim.logging.SystemLog.logDebug(String, Object, Throwable)
This method will be removed in the next major release. Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logError(Object, Object, Throwable)
This method will be removed in the next major release.
Use logError(Object src, Object msg) instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logError(String, Object, Throwable)
This method will be removed in the next major release.
Use logError(String category, Object msg) instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logFatal(Object, Object)
This method will be removed in the next major release. FATAL is not a supported severity anymore. Use logError() instead. |
com.ibm.itim.logging.SystemLog.logFatal(Object, Object, Throwable)
This method will be removed in the next major release. FATAL is not a supported severity anymore. Use logError() instead. |
com.ibm.itim.logging.SystemLog.logFatal(String, Object)
This method will be removed in the next major release. FATAL is not a supported severity anymore. Use logError() instead. |
com.ibm.itim.logging.SystemLog.logFatal(String, Object, Throwable)
This method will be removed in the next major release. FATAL is not a supported severity anymore. Use logError() instead. |
com.ibm.itim.logging.SystemLog.logInformation(Object, Object, Throwable)
This method will be removed in the next major release.
Use logInformation(Object src, Object msg) instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logInformation(String, Object, Throwable)
This method will be removed in the next major release.
Use logInformation(String category, Object msg) .
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.webclient.logon.LogonMediator.logon(Credentials)
As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
com.ibm.itim.logging.SystemLog.logWarning(Object, Object, Throwable)
This method will be removed in the next major release.
Use logWarning(Object src, Object msg) instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.logging.SystemLog.logWarning(String, Object, Throwable)
This method will be removed in the next major release.
Use logWarning(String category, Object msg) instead.
Throwable should be traced instead of logged as part of message. For Throwable tracing, Use JLogUtil.getTraceLogger() to get PDLogger , then use PDLogger.exception() . |
com.ibm.itim.apps.identity.SelfPasswordManager.resetPassword(Subject)
As of ISIM 6.0, replaced by
ForgotPasswordManager.resetPassword(String, java.util.Map) |
com.ibm.itim.apps.identity.SelfPasswordManager.resetPassword(Subject)
As of ISIM 6.0, replaced by
ForgotPasswordManager.resetPassword(String, java.util.Map) |
com.ibm.itim.dataservices.model.DirectoryObjectSearch.search(DistinguishedName, String, SearchParameters)
Replaced by fetch(base, filter, params). |
com.ibm.itim.common.AttributeChangeOperation.setAction(String)
See setModificationAction. |
com.ibm.itim.dataservices.model.system.SystemRole.setCategory(int)
|
com.ibm.itim.dataservices.model.domain.Service.setConstraintViolationAction(String)
Use setNonComplianceAction(). |
com.ibm.itim.fesiextensions.FESIScriptEvaluator.setContextItem(String, Object)
Use createScriptObject(String name, Object item). |
com.ibm.itim.script.ScriptEvaluatorInterface.setContextItem(String, Object)
Use createScriptObject(String name, Object item). |
com.ibm.itim.dataservices.model.domain.Service.setDisallowedAction(String)
Use setNonComplianceAction(). |
com.ibm.itim.dataservices.model.domain.DirectorySystem.setLostPwdByMail(boolean)
Replaced by setPasswordResetRequired(). |
com.ibm.itim.common.AttributeValue.setMapValue(Map)
This will no longer be supported. Clients with this need
must perform this parsing first and use the setValues method
that uses a Collection. |
com.ibm.itim.workflow.model.AssignmentGroup.setParticipant(ActivityParticipant)
|
com.ibm.itim.dataservices.model.ObjectProfile.setSearchAttribute(String)
Use setSearchAttribute(Collection) instead. |
com.ibm.itim.logging.SystemLog.setTraceExceptions(boolean)
This method will be removed in the next major release. Exception will always be traced. |
com.ibm.itim.webclient.logon.LogonMediator.signIn(Credentials)
As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
com.ibm.itim.webclient.logon.LogonMediator.signIn(Credentials, String)
As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
com.ibm.itim.webclient.logon.LogonMediator.signIn(String, String)
As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
com.ibm.itim.webclient.logon.LogonMediator.signIn(String, String, String)
As of ITIM 4.6, replaced by LogonMediator.login(Credentials credentials) . |
com.ibm.itim.dataservices.model.domain.AccountEntity.update(Account)
use update(). |
com.ibm.itim.dataservices.model.DirectoryObjectEntity.update(DirectoryObject)
since 5.0, please use update() |
com.ibm.itim.dataservices.model.domain.RoleEntity.update(DirectoryObject)
please use update() |
com.ibm.itim.dataservices.model.ObjectProfileEntity.update(ObjectProfile)
use update() |
com.ibm.itim.dataservices.model.domain.PersonEntity.update(Person)
please use update() |
Deprecated Constructors |
com.ibm.itim.dataservices.model.domain.Account(String, AttributeValues)
Use Account(String profileName) and setAttributes(attributes) instead |
com.ibm.itim.dataservices.model.domain.AdminDomain(String, AttributeValues)
Use AdminDomain(AttributeValues) instead. Since 4.6 |
com.ibm.itim.common.AttributeValue(String, Map)
This will no longer be supported. Clients with this need
must perform this parsing first and use the collection-based
contstructor. Since 4.6 |
com.ibm.itim.apps.AuthenticationException(String)
|
com.ibm.itim.apps.AuthenticationException(String, String)
|
com.ibm.itim.apps.AuthenticationException(String, Throwable)
|
com.ibm.itim.remoteservices.provider.InitialPlatformContext()
Use the contructor with a Subject parameter. |
com.ibm.itim.remoteservices.provider.InitialPlatformContext(String)
Use the contructor with a Subject parameter. |
com.ibm.itim.workflow.query.InvalidQueryException(String)
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause) |
com.ibm.itim.workflow.query.InvalidQueryException(String, String)
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause) |
com.ibm.itim.workflow.query.InvalidQueryException(String, Throwable)
Use new construtor InvalidQueryException(String msg, Object[] tokenValues, Throwable cause) |
com.ibm.itim.dataservices.model.domain.Location(String, AttributeValues)
Use Location(AttributeValues) instead. Since 4.6 |
com.ibm.itim.dataservices.model.ObjectProfile(DistinguishedName, String, String, String, String, Map, Collection, Collection, Collection)
Use ObjectProfile(DistinguishedName,Map,Collection,Collection,AttributeValues) instead. |
com.ibm.itim.dataservices.model.ObjectProfile(DistinguishedName, String, String, String, String, Map, String, Collection, Collection)
Use ObjectProfile(DistinguishedName,String,String,String,Map,Collection,
Collection,Collection) instead. |
com.ibm.itim.dataservices.model.ObjectProfile(DistinguishedName, String, String, String, String, Map, String)
Use ObjectProfile(DistinguishedName,String,String,String,Map,Collection) instead. |
com.ibm.itim.dataservices.model.ObjectProfile(DistinguishedName, String, String, String, String, Map, String, Collection)
Use ObjectProfile(String,String,String,String,Map,Collection) instead. |
com.ibm.itim.dataservices.model.domain.Organization(String, AttributeValues)
Use Organization(AttributeValues) instead. Since 4.6 |
com.ibm.itim.dataservices.model.domain.OrganizationalUnit(String, AttributeValues)
Use OrganizationalUnit(AttributeValues) instead. Since 4.6 |
com.ibm.itim.dataservices.model.domain.Person(String, AttributeValues)
Use Person(String profileName) and setAttributes(attributes) instead |
com.ibm.itim.dataservices.schema.SchemaAttribute(String, String, boolean, boolean, AttributeConstraint, String)
please use the SchemaAttribute(name,syntax,isSingleValue,
attrContraint,equality) constructor. |
com.ibm.itim.dataservices.model.ServiceProfile(DistinguishedName, String, String, String, Map, String, String, String, String, Properties, Properties, String)
Use ServiceProfile(String,String,String,String,Map,Collection,
String,String) instead. |
com.ibm.itim.dataservices.model.ServiceProfile(DistinguishedName, String, String, String, Map, String, String, String, String, Properties, Properties, String, Collection, Collection)
Use ServiceProfile(DistinguishedName,String,String,String,Map,Collection,
String,String,String,Properties,Properties,String,Collection,Colletion) instead. |
com.ibm.itim.dataservices.model.ServiceProfile(String, String, String, Map, String, String, String, String)
Use ServiceProfile(String,String,String,String,Map,Collection,
String,String) instead. |
com.ibm.itim.workflow.model.WorkflowException(String)
Use new construtor WorkflowException(String msg, Object[] tokenValues, Throwable cause) |
com.ibm.itim.workflow.model.WorkflowException(String, String)
Use new construtor WorkflowException(String msg, Object[] tokenValues, Throwable cause) |
com.ibm.itim.workflow.model.WorkflowException(String, Throwable)
Use new construtor WorkflowException(String msg, Object[] tokenValues, Throwable cause) |