public static enum LDAPStorageProviderFactory.EditMode extends Enum<LDAPStorageProviderFactory.EditMode>
| Enum Constant and Description |
|---|
READ_ONLY
federation storage is read-only
|
UNSYNCED
updates to user are stored locally and not synced with federation storage.
|
WRITABLE
federation storage is writable
|
| Modifier and Type | Method and Description |
|---|---|
static LDAPStorageProviderFactory.EditMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPStorageProviderFactory.EditMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LDAPStorageProviderFactory.EditMode READ_ONLY
public static final LDAPStorageProviderFactory.EditMode WRITABLE
public static final LDAPStorageProviderFactory.EditMode UNSYNCED
public static LDAPStorageProviderFactory.EditMode[] values()
for (LDAPStorageProviderFactory.EditMode c : LDAPStorageProviderFactory.EditMode.values()) System.out.println(c);
public static LDAPStorageProviderFactory.EditMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 JBoss by Red Hat. All rights reserved.