com.ibm.di.plugin.pwstore.itim.policy
Class PolicyServiceMessage.ServiceOp

java.lang.Object
  extended by com.ibm.di.plugin.pwstore.itim.policy.PolicyServiceMessage.ServiceOp
Enclosing interface:
PolicyServiceMessage

public static class PolicyServiceMessage.ServiceOp
extends Object

Typesafe enum type defintion for valid password policy request operations.


Field Summary
static PolicyServiceMessage.ServiceOp SYNC_PASSWORD
          Synchronize password operation type
static PolicyServiceMessage.ServiceOp VALIDATE_PASSWORD
          Validate password operation type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALIDATE_PASSWORD

public static final PolicyServiceMessage.ServiceOp VALIDATE_PASSWORD
Validate password operation type


SYNC_PASSWORD

public static final PolicyServiceMessage.ServiceOp SYNC_PASSWORD
Synchronize password operation type