Class LoginEmbeddedLDAPTest
- java.lang.Object
-
- de.hybris.platform.ldap.jalo.AbstractLDAPTest
-
- de.hybris.platform.ldap.jalo.AbstractEmbeddedLDAPTest
-
- de.hybris.platform.ldap.jalo.impl.LoginEmbeddedLDAPTest
-
@HybrisLDAPConfAnnotation(resourceFileName="/test/embedded/hybris-data.ldif", rootDNName="dc=hybris,dc=de", partitionName="hybris") @IntegrationTest public class LoginEmbeddedLDAPTest extends AbstractEmbeddedLDAPTest
-
-
Field Summary
-
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 LoginEmbeddedLDAPTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEmptyPasswordLogin()voidtestSimpleFetchAsNewCreated()voidtestSimpleIncorrectLogin()voidtestSimpleLogin()-
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
-
-
-
-
Method Detail
-
testSimpleLogin
public void testSimpleLogin() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSimpleIncorrectLogin
public void testSimpleIncorrectLogin() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEmptyPasswordLogin
public void testEmptyPasswordLogin() throws java.lang.Exception- Throws:
java.lang.Exception
-
testSimpleFetchAsNewCreated
public void testSimpleFetchAsNewCreated() throws java.lang.Exception- Throws:
java.lang.Exception
-
-