System information

Deprecated Constructors and Classes
Page 60 Identity Manager 7.1 Update 1 Release Notes
com.waveset.adapter.ResourceAdapterBase.SimpleAccount
Iterator
Users of this class should switch to using the supplier
model for account iteration. A direct replacement for
this class would be: new BufferedAccountQueue(new
SimpleAccountSupplier(accounts));
com.waveset.adapter.SVIDResourceAdapter.BlockAcctIter References to this class should be replaced with an
AccountIterator based on the Supplier model. For
example BufferedAccountQueue(new
SVIDAccountSupplier).
com.waveset.adapter.TopSecretActiveSyncAdapter com.waveset.adapter.TopSecretResourceAdapter
com.waveset.exception.ConfigurationError com.waveset.util.ConfigurationError
com.waveset.exception.IOException com.waveset.util.IOException
com.waveset.exception.XmlParseException com.waveset.util.XmlParseException
com.waveset.object.IAPI com.waveset.adapter.iapi.IAPI
com.waveset.object.AuditEvent.setAccountAttributesBlob
(List)
Use one of the other forms of
setAccountAttributesBlob (to allow for new,
attempted, or old values).
com.waveset.object.AuditEvent.setAccountAttributesBlob
(Map, Map)
Put the list of attributes into name=value;; format,
which in turn will be stored in a blob. The delimiter ;;
will be filtered.
com.waveset.object.AuditEvent.setAccountAttributesBlob
(Map, Map, Set)
Use one of the other forms of setAccountAttributes
Blob (to allow for new, attempted, or old attribute
values).
com.waveset.object.IAPIProcess com.waveset.adapter.iapi.IAPIFactory
com.waveset.object.IAPIUser com.waveset.adapter.iapi.IAPIUser
com.waveset.object.RemedyTemplate
com.waveset.object.ReportCounter
com.waveset.object.SourceManager com.waveset.view.SourceAdapterManageView
com.waveset.object.Syntax.getDescription()
com.waveset.object.ViewMaster()
com.waveset.object.ViewMaster.ViewMaster(String,String)
com.waveset.object.ViewMaster.ViewMaster(Subject,String)
com.waveset.security.authn.LoginInfo com.waveset.object.LoginInfo
com.waveset.security.authn.SignedString com.waveset.util.SignedString
com.waveset.security.authn.Subject com.waveset.object.Subject
com.waveset.security.authz.Permission com.waveset.object.Permission
Deprecated Replacement