com.waveset.policy
Class LighthouseAccountPolicy.ResetCheck
java.lang.Object
com.waveset.policy.LighthouseAccountPolicy.ResetCheck
- Enclosing class:
- LighthouseAccountPolicy
- public static class LighthouseAccountPolicy.ResetCheck
- extends java.lang.Object
Used for values of the _resetCheck field.
- IMMEDIATE means that the reset password will
be returned immediately to the user and displayed in the browser.
- EMAIL means that the reset password will be sent
to the user through email.
- ADMINISTRATOR means that the reset password will
be sent to the designated approver for this role.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IMMEDIATE
public static final LighthouseAccountPolicy.ResetCheck IMMEDIATE
EMAIL
public static final LighthouseAccountPolicy.ResetCheck EMAIL
ADMINISTRATOR
public static final LighthouseAccountPolicy.ResetCheck ADMINISTRATOR
ITEMS
public static final LighthouseAccountPolicy.ResetCheck[] ITEMS
toString
public java.lang.String toString()
fromString
public static LighthouseAccountPolicy.ResetCheck fromString(java.lang.String name)
equals
public boolean equals(java.lang.Object resetCheck)