Uses of Class
com.ibm.di.plugin.pwstore.itim.policy.PasswordSynchException
-
Packages that use PasswordSynchException Package Description com.ibm.di.plugin.pwstore.itim.policy Provides classes for policy service.com.ibm.di.plugin.pwstore.itim.policy.impl Provides classes for the Tivoli Identity Manager password policy validation. -
-
Uses of PasswordSynchException in com.ibm.di.plugin.pwstore.itim.policy
Methods in com.ibm.di.plugin.pwstore.itim.policy that throw PasswordSynchException Modifier and Type Method Description void
PasswordPolicyService. synchronizePassword(java.lang.String userName, java.util.List passwordValues)
Propagate the password values for the given user. -
Uses of PasswordSynchException in com.ibm.di.plugin.pwstore.itim.policy.impl
Methods in com.ibm.di.plugin.pwstore.itim.policy.impl that throw PasswordSynchException Modifier and Type Method Description void
ITIMPasswordPolicyImpl. synchronizePassword(java.lang.String userName, java.util.List passwordValues)
Synchronize the password values via ITIM.
-