@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 . |
default void |
configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Deprecated.
|
void |
configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc,
com.atlassian.confluence.test.rest.api.UserDirectoryRest restClient)
Deprecated.
|
default void |
configureIfNecessary(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc,
com.atlassian.confluence.test.rest.api.ConfluenceRestClient restClient)
Deprecated.
|
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)
@Deprecated default void configure(net.sourceforge.jwebunit.junit.WebTester tester, ConfluenceRpc rpc)
void configure(net.sourceforge.jwebunit.junit.WebTester tester, ConfluenceRpc rpc, com.atlassian.confluence.test.rest.api.UserDirectoryRest restClient)
default void configureIfNecessary(net.sourceforge.jwebunit.junit.WebTester tester, ConfluenceRpc rpc, com.atlassian.confluence.test.rest.api.ConfluenceRestClient restClient)
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–2023 Atlassian. All rights reserved.
View cookie preferences