com.waveset.policy
Class LighthouseAccountPolicy.ResetOption
java.lang.Object
com.waveset.policy.LighthouseAccountPolicy.ResetOption
- Enclosing class:
- LighthouseAccountPolicy
- public static class LighthouseAccountPolicy.ResetOption
- extends java.lang.Object
Used for values of the _passwordResetOption field.
- TEMPORARY means that a new temporary password
will be generated. This password will expire according
to the temporary password expiry settings in the role.
- PERMANENT means that a new permanent password
will be generated.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TEMPORARY
public static final LighthouseAccountPolicy.ResetOption TEMPORARY
PERMANENT
public static final LighthouseAccountPolicy.ResetOption PERMANENT
ITEMS
public static final LighthouseAccountPolicy.ResetOption[] ITEMS
toString
public java.lang.String toString()
fromString
public static LighthouseAccountPolicy.ResetOption fromString(java.lang.String name)
equals
public boolean equals(java.lang.Object resetOption)