Class PolicyServiceMessage.ServiceOp
- java.lang.Object
-
- com.ibm.di.plugin.pwstore.itim.policy.PolicyServiceMessage.ServiceOp
-
- Enclosing interface:
- PolicyServiceMessage
public static class PolicyServiceMessage.ServiceOp extends java.lang.Object
Typesafe enum type defintion for valid password policy request operations.
-
-
Field Summary
Fields Modifier and Type Field Description static PolicyServiceMessage.ServiceOp
SYNC_PASSWORD
Synchronize password operation typestatic PolicyServiceMessage.ServiceOp
VALIDATE_PASSWORD
Validate password operation type
-
-
-
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
-
-