Uses of Interface
com.ibm.di.plugin.pwstore.itim.policy.PolicyServiceMessage
-
Packages that use PolicyServiceMessage 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 PolicyServiceMessage in com.ibm.di.plugin.pwstore.itim.policy
Subinterfaces of PolicyServiceMessage in com.ibm.di.plugin.pwstore.itim.policy Modifier and Type Interface Description interface
PolicyServiceRequest
Policy Service request message typeinterface
PolicyServiceResponse
Policy Service response message type. -
Uses of PolicyServiceMessage in com.ibm.di.plugin.pwstore.itim.policy.impl
Classes in com.ibm.di.plugin.pwstore.itim.policy.impl that implement PolicyServiceMessage Modifier and Type Class Description class
ITIMPolicyServiceRequestImpl
Represents and formats PSWD_REQ_MSG requests to be sent to the ITIM password policy servlet.class
ITIMPolicyServiceResponseImpl
Represents and parses responses from the ITIM password policy servlet.
-