Uses of Class
com.ibm.di.plugin.pwstore.itim.policy.MalformedResponseException
-
Packages that use MalformedResponseException 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 MalformedResponseException in com.ibm.di.plugin.pwstore.itim.policy
Methods in com.ibm.di.plugin.pwstore.itim.policy that throw MalformedResponseException Modifier and Type Method Description PolicyServiceResponse
PolicyServiceConnection. sendReceive(PolicyServiceRequest request)
Send and receive message against the password policy service.void
PasswordPolicyService. synchronizePassword(java.lang.String userName, java.util.List passwordValues)
Propagate the password values for the given user.boolean
PasswordPolicyService. validatePassword(java.lang.String userName, java.util.List passwordValues)
Check the password values conform to policy. -
Uses of MalformedResponseException in com.ibm.di.plugin.pwstore.itim.policy.impl
Methods in com.ibm.di.plugin.pwstore.itim.policy.impl that throw MalformedResponseException Modifier and Type Method Description PolicyServiceResponse
ITIMPolicyServiceConnectionImpl. sendReceive(PolicyServiceRequest request)
Send and receive messages against the policy service.void
ITIMPasswordPolicyImpl. synchronizePassword(java.lang.String userName, java.util.List passwordValues)
Synchronize the password values via ITIM.boolean
ITIMPasswordPolicyImpl. validatePassword(java.lang.String userName, java.util.List passwordValues)
Check against ITIM that the password values conform to policy.
-