public abstract class

AbstractDelegatedLdapAcceptanceTest

extends AbstractDefaultPropertiesLdapAcceptanceTest
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ThreadLocalWebTestCase
         ↳ com.atlassian.confluence.AbstractAtlassianWebTestCase
           ↳ com.atlassian.confluence.AbstractConfluenceAcceptanceTest
             ↳ com.atlassian.confluence.AbstractLdapAcceptanceTest
               ↳ com.atlassian.confluence.AbstractDefaultPropertiesLdapAcceptanceTest
                 ↳ com.atlassian.confluence.AbstractDelegatedLdapAcceptanceTest
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
[Expand]
Inherited Fields
From class com.atlassian.confluence.AbstractLdapAcceptanceTest
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
Public Constructors
AbstractDelegatedLdapAcceptanceTest()
Protected Methods
UserDirectory addLdapDirectory()
void assertLoggedIn()
LdapDirectoryPermission getLdapDirectoryPermission()
Override to change the permission setting for the LDAP directory.
void initialiseLdapData(LdapService service)
Subclasses can override to install custom LDIF files, or initialise the LDAP server in other ways.
[Expand]
Inherited Methods
From class com.atlassian.confluence.AbstractDefaultPropertiesLdapAcceptanceTest
From class com.atlassian.confluence.AbstractLdapAcceptanceTest
From class com.atlassian.confluence.AbstractConfluenceAcceptanceTest
From class com.atlassian.confluence.AbstractAtlassianWebTestCase
From class com.atlassian.confluence.ThreadLocalWebTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Public Constructors

public AbstractDelegatedLdapAcceptanceTest ()

Protected Methods

protected UserDirectory addLdapDirectory ()

protected void assertLoggedIn ()

protected LdapDirectoryPermission getLdapDirectoryPermission ()

Override to change the permission setting for the LDAP directory. Default is READ_WRITE.

protected void initialiseLdapData (LdapService service)

Subclasses can override to install custom LDIF files, or initialise the LDAP server in other ways.

Parameters
service the LDAP service
Throws
Exception