Package de.hybris.platform.ldap.jalo
Class BasePlatformLDAPTest
- java.lang.Object
-
- de.hybris.platform.ldap.jalo.AbstractLDAPTest
-
- de.hybris.platform.ldap.jalo.AbstractEmbeddedLDAPTest
-
- de.hybris.platform.ldap.jalo.BasePlatformLDAPTest
-
- Direct Known Subclasses:
ConvertLDIFTest,LDAPAuthorizationUserTest,LocalAuthorizationUserTest
@RunListeners({ItemCreationListener.class,LogRunListener.class,PlatformRunListener.class}) public abstract class BasePlatformLDAPTest extends AbstractEmbeddedLDAPTest
base class for embedded LDAP test with platform relation.
-
-
Field Summary
Fields Modifier and Type Field Description protected LanguagedefaultLanguageReference to default language.protected JaloSessionjaloSessionReference to current session.-
Fields inherited from class de.hybris.platform.ldap.jalo.AbstractEmbeddedLDAPTest
EMBEDDED_HOST, EMBEDDED_PORT
-
Fields inherited from class de.hybris.platform.ldap.jalo.AbstractLDAPTest
directoryService, ldapServer, rootDSE, schemaRoot, sysRoot
-
-
Constructor Summary
Constructors Constructor Description BasePlatformLDAPTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()voidinit()Sets the current session and default language.-
Methods inherited from class de.hybris.platform.ldap.jalo.AbstractEmbeddedLDAPTest
clearPartition, configureLdapData, configureLdapServer, configurePartition, createFirstSeverEntry, getLDAPHost, getLDAPPort, getTestPartition, isEmbeddedLdap, setUp
-
Methods inherited from class de.hybris.platform.ldap.jalo.AbstractLDAPTest
addIndex, createPartition, doDelete, getAuthenticationType, getLDAPCredenetial, getLDAPPassword, getWiredContext, getWiredContext, getWorkingDirectory, importLdif, injectEntries, isDeleteLDAPServer, loadLdif, loadTestLdif, setContexts, setContexts, tearDown, tearDownLogger, verify
-
-
-
-
Field Detail
-
jaloSession
protected JaloSession jaloSession
Reference to current session.
-
defaultLanguage
protected Language defaultLanguage
Reference to default language.
-
-
Method Detail
-
init
public void init() throws JaloSystemExceptionSets the current session and default language.- Throws:
JaloSystemException- there was a security problem while creating the session
-
finish
public void finish() throws JaloSecurityException- Throws:
JaloSecurityException
-
-