|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectoryConfiguration
Method Summary | |
---|---|
boolean |
can(DirectoryConfigurationCapability capability)
Returns true if this configuration supports the required capability during acceptance tests, otherwise false . |
void |
configure(net.sourceforge.jwebunit.junit.WebTester tester,
ConfluenceRpc rpc)
Changes the active configuration to match this configuration. |
java.lang.String |
getDirectoryName()
Returns the name of the directory as it appears to users, e.g. |
UserManagementHelper |
getHelper(ConfluenceRpc rpc)
|
boolean |
isCorrectlyConfigured(net.sourceforge.jwebunit.junit.WebTester tester)
Returns true if the active configuration matches this configuration. |
boolean |
isValidGroup(Group group)
Returns true if the provided group details are valid for creation on this configuration. |
boolean |
isValidUser(User user)
Returns true if the provided user details are valid for creation on this configuration. |
Method Detail |
---|
UserManagementHelper getHelper(ConfluenceRpc rpc)
java.lang.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |