Class SecurePortalAuthenticationInterceptorTest
java.lang.Object
de.hybris.platform.commercewebservicescommons.interceptor.SecurePortalAuthenticationInterceptorTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SecurePortalAuthenticationInterceptorTest
public SecurePortalAuthenticationInterceptorTest()
-
-
Method Details
-
setUp
public void setUp() -
testAuthenticatedUserAccessSuccessWhenBaseSiteRequireAuthentication
- Throws:
Exception
-
testUnAuthenticatedUserAccessFailedWhenBaseSiteRequireAuthentication
- Throws:
Exception
-
testUnAuthenticatedUserAccessUnsecurePortalSuccessWhenBaseSiteRequireAuthentication
public void testUnAuthenticatedUserAccessUnsecurePortalSuccessWhenBaseSiteRequireAuthentication() throws Exception- Throws:
Exception
-
testAccessSecurePortalSuccessWhenBaseSiteNotRequireAuthentication
- Throws:
Exception
-
testUnAuthenticatedUserAccessSecurePortalFailedWhenBaseSiteRequireAuthentication
public void testUnAuthenticatedUserAccessSecurePortalFailedWhenBaseSiteRequireAuthentication() throws Exception- Throws:
Exception
-
testSiteIsRequireAuthentication
public void testSiteIsRequireAuthentication() -
testSiteNotRequireAuthentication
public void testSiteNotRequireAuthentication() -
testCurrentBaseSiteIsNull
public void testCurrentBaseSiteIsNull() -
testPortalAllowUnauthenticatedAccess
public void testPortalAllowUnauthenticatedAccess() -
testPortalNotAllowUnauthenticatedAccess
public void testPortalNotAllowUnauthenticatedAccess() -
testIsAuthenticatedUser
public void testIsAuthenticatedUser() -
testIsUnAuthenticatedUserWhenCurrentUserIsAnonymous
public void testIsUnAuthenticatedUserWhenCurrentUserIsAnonymous() -
testIsUnAuthenticatedUserWhenCurrentUserIsGuest
public void testIsUnAuthenticatedUserWhenCurrentUserIsGuest() -
testIsGuestUser
public void testIsGuestUser() -
testIsNotGuestUser
public void testIsNotGuestUser()
-