com.waveset.policy
Class LighthouseAccountPolicy.SourceOption
java.lang.Object
com.waveset.policy.LighthouseAccountPolicy.SourceOption
- Enclosing class:
- LighthouseAccountPolicy
- public static class LighthouseAccountPolicy.SourceOption
- extends java.lang.Object
An enumeration class Used for values of the _idOption
and _passwordOption fields in the role.
- USER means that the string should be provided
by the end-user or application.
- GENERATED means that the system should generate
the id or password.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
USER
public static final LighthouseAccountPolicy.SourceOption USER
GENERATED
public static final LighthouseAccountPolicy.SourceOption GENERATED
ITEMS
public static final LighthouseAccountPolicy.SourceOption[] ITEMS
toString
public java.lang.String toString()
fromString
public static LighthouseAccountPolicy.SourceOption fromString(java.lang.String name)