@Deprecated public enum DirectoryConfigurationCapability extends Enum<DirectoryConfigurationCapability>
DirectoryConfiguration.can(DirectoryConfigurationCapability).| Enum Constant and Description | 
|---|
CREATE_EMPTY_GROUPS
Deprecated.  
This configuration can create empty groups. 
 | 
INACTIVE_USERS
Deprecated.  
Not all directories support active/inactive users 
 | 
LOGIN_WITH_SSO
Deprecated.  
This configuration can log in with Single Sign On mode. 
 | 
MODIFY_CONFIGURATION_IN_TESTS
Deprecated.  
This configuration is suitable for running tests which changes the directory configuration via the UI. 
 | 
MODIFY_LOCAL_LDAP_SERVER
Deprecated.  
The LDAP server is local and can be modified directly via  
LdapUserManagementHelper. | 
MODIFY_USERS_VIA_UI
Deprecated.  
This configuration allows the creation and removal of users through the UI. 
 | 
RENAME_USERS
Deprecated.  
Not all directories support user rename 
 | 
RESET_PASSWORDS
Deprecated.  
Confluence's password reset functionality works in this configuration. 
 | 
SYNC_INCREMENTALLY
Deprecated.  
Only a few directories support incremental synchronisation. 
 | 
UPDATE_PASSWORDS
Deprecated.  
It is possible to successfully update passwords on the server with this configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DirectoryConfigurationCapability | 
valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static DirectoryConfigurationCapability[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DirectoryConfigurationCapability MODIFY_CONFIGURATION_IN_TESTS
public static final DirectoryConfigurationCapability CREATE_EMPTY_GROUPS
public static final DirectoryConfigurationCapability UPDATE_PASSWORDS
On ApacheDS 1.0 in particular, you can't update passwords properly because the server caches them and never refreshes the cache.
public static final DirectoryConfigurationCapability RESET_PASSWORDS
public static final DirectoryConfigurationCapability MODIFY_USERS_VIA_UI
public static final DirectoryConfigurationCapability MODIFY_LOCAL_LDAP_SERVER
LdapUserManagementHelper.public static final DirectoryConfigurationCapability RENAME_USERS
public static final DirectoryConfigurationCapability INACTIVE_USERS
public static final DirectoryConfigurationCapability SYNC_INCREMENTALLY
public static final DirectoryConfigurationCapability LOGIN_WITH_SSO
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 nameNullPointerException - if the argument is nullCopyright © 2003–2020 Atlassian. All rights reserved.