com.waveset.policy
Class LighthouseAccountPolicy.SourceOption

java.lang.Object
  extended bycom.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.

  1. USER means that the string should be provided by the end-user or application.
  2. GENERATED means that the system should generate the id or password.


Field Summary
static LighthouseAccountPolicy.SourceOption GENERATED
           
static LighthouseAccountPolicy.SourceOption[] ITEMS
           
static LighthouseAccountPolicy.SourceOption USER
           
 
Method Summary
static LighthouseAccountPolicy.SourceOption fromString(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

USER

public static final LighthouseAccountPolicy.SourceOption USER

GENERATED

public static final LighthouseAccountPolicy.SourceOption GENERATED

ITEMS

public static final LighthouseAccountPolicy.SourceOption[] ITEMS
Method Detail

toString

public java.lang.String toString()

fromString

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