Class RejectUserPreAuthenticationChecksTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.spring.security.RejectUserPreAuthenticationChecksTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
RejectUserPreAuthenticationChecksTest
public RejectUserPreAuthenticationChecksTest()
-
-
Method Details
-
setUp
public void setUp() -
tearDown
public void tearDown() -
shouldNotThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookUpUserIsByPK
public void shouldNotThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookUpUserIsByPK() -
shouldThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookupUserIsByLogin
public void shouldThrowExceptionIfStrategyIsNotAwareOfMultipleDecorationAndLookupUserIsByLogin() -
shouldNotThrowExceptionIfStrategyIsAwareOfMultipleDecorationAndLookupCustomerIsByLogin
public void shouldNotThrowExceptionIfStrategyIsAwareOfMultipleDecorationAndLookupCustomerIsByLogin() -
shouldReturnNullForPKIfUserDetailsAreNotInstanceOfCoreUserDetails
public void shouldReturnNullForPKIfUserDetailsAreNotInstanceOfCoreUserDetails() -
shouldReturnNullForPKIfCoreUserDetailsDoesNotContainPK
public void shouldReturnNullForPKIfCoreUserDetailsDoesNotContainPK() -
shouldReturnPKForCoreUserDetails
public void shouldReturnPKForCoreUserDetails()
-