com.waveset.policy
Class LighthouseAccountPolicy.ResetOption

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

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

Used for values of the _passwordResetOption field.

  1. TEMPORARY means that a new temporary password will be generated. This password will expire according to the temporary password expiry settings in the role.
  2. PERMANENT means that a new permanent password will be generated.


Field Summary
static LighthouseAccountPolicy.ResetOption[] ITEMS
           
static LighthouseAccountPolicy.ResetOption PERMANENT
           
static LighthouseAccountPolicy.ResetOption TEMPORARY
           
 
Method Summary
 boolean equals(java.lang.Object resetOption)
           
static LighthouseAccountPolicy.ResetOption 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

TEMPORARY

public static final LighthouseAccountPolicy.ResetOption TEMPORARY

PERMANENT

public static final LighthouseAccountPolicy.ResetOption PERMANENT

ITEMS

public static final LighthouseAccountPolicy.ResetOption[] ITEMS
Method Detail

toString

public java.lang.String toString()

fromString

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

equals

public boolean equals(java.lang.Object resetOption)