|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DirectoryConfigurationCapability>
com.atlassian.confluence.it.usermanagement.DirectoryConfigurationCapability
public enum DirectoryConfigurationCapability
An enumeration of the capabilities of a particular configuration, as checked by
DirectoryConfiguration.can(DirectoryConfigurationCapability).
| Enum Constant Summary | |
|---|---|
CREATE_EMPTY_GROUPS
This configuration can create empty groups. |
|
MODIFY_CONFIGURATION_IN_TESTS
This configuration is suitable for running tests which changes the directory configuration via the UI. |
|
MODIFY_LOCAL_LDAP_SERVER
The LDAP server is local and can be modified directly via LdapUserManagementHelper. |
|
MODIFY_USERS_VIA_UI
This configuration allows the creation and removal of users through the UI. |
|
RESET_PASSWORDS
Confluence's password reset functionality works in this configuration. |
|
UPDATE_PASSWORDS
It is possible to successfully update passwords on the server with this configuration. |
|
| Method Summary | |
|---|---|
static DirectoryConfigurationCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DirectoryConfigurationCapability[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DirectoryConfigurationCapability MODIFY_CONFIGURATION_IN_TESTS
public static final DirectoryConfigurationCapability CREATE_EMPTY_GROUPS
public static final DirectoryConfigurationCapability UPDATE_PASSWORDS
public static final DirectoryConfigurationCapability RESET_PASSWORDS
public static final DirectoryConfigurationCapability MODIFY_USERS_VIA_UI
public static final DirectoryConfigurationCapability MODIFY_LOCAL_LDAP_SERVER
LdapUserManagementHelper.
| Method Detail |
|---|
public static DirectoryConfigurationCapability[] values()
for (DirectoryConfigurationCapability c : DirectoryConfigurationCapability.values()) System.out.println(c);
public static DirectoryConfigurationCapability valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||