@Deprecated public interface DirectoryConfiguration
Modifier and Type | Method and Description |
---|---|
boolean |
can(DirectoryConfigurationCapability capability)
Deprecated.
Returns
true if this configuration supports the required capability during acceptance tests, otherwise false . |
void |
configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Deprecated.
Changes the active configuration to match this configuration.
|
String |
getDirectoryName()
Deprecated.
Returns the name of the directory as it appears to users, e.g.
|
UserManagementHelper |
getHelper(ConfluenceRpc rpc)
Deprecated.
|
boolean |
isCorrectlyConfigured(net.sourceforge.jwebunit.junit.WebTester tester)
Deprecated.
Returns true if the active configuration matches this configuration.
|
boolean |
isValidGroup(Group group)
Deprecated.
Returns
true if the provided group details are valid for creation on this configuration. |
boolean |
isValidUser(User user)
Deprecated.
Returns
true if the provided user details are valid for creation on this configuration. |
UserManagementHelper getHelper(ConfluenceRpc rpc)
String getDirectoryName()
boolean isCorrectlyConfigured(net.sourceforge.jwebunit.junit.WebTester tester)
void configure(net.sourceforge.jwebunit.junit.WebTester tester, ConfluenceRpc rpc)
boolean can(DirectoryConfigurationCapability capability)
true
if this configuration supports the required capability during acceptance tests, otherwise false
.boolean isValidUser(User user)
true
if the provided user details are valid for creation on this configuration. Some LDAP servers have
limitations on characters which can be used in usernames and/or display names.boolean isValidGroup(Group group)
true
if the provided group details are valid for creation on this configuration. Some LDAP servers have
limitations on characters which can be used in group names.Copyright © 2003–2018 Atlassian. All rights reserved.