com.waveset.policy
Class LighthouseAccountPolicy.ResetCheck

java.lang.Object
  extended bycom.waveset.policy.LighthouseAccountPolicy.ResetCheck
Enclosing class:
LighthouseAccountPolicy

public static class LighthouseAccountPolicy.ResetCheck
extends java.lang.Object

Used for values of the _resetCheck field.

  1. IMMEDIATE means that the reset password will be returned immediately to the user and displayed in the browser.
  2. EMAIL means that the reset password will be sent to the user through email.
  3. ADMINISTRATOR means that the reset password will be sent to the designated approver for this role.


Field Summary
static LighthouseAccountPolicy.ResetCheck ADMINISTRATOR
           
static LighthouseAccountPolicy.ResetCheck EMAIL
           
static LighthouseAccountPolicy.ResetCheck IMMEDIATE
           
static LighthouseAccountPolicy.ResetCheck[] ITEMS
           
 
Method Summary
 boolean equals(java.lang.Object resetCheck)
           
static LighthouseAccountPolicy.ResetCheck fromString(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

toString

public java.lang.String toString()

fromString

public static LighthouseAccountPolicy.ResetCheck fromString(java.lang.String name)

equals

public boolean equals(java.lang.Object resetCheck)