Class SecurePortalAuthenticationInterceptorTest

java.lang.Object
de.hybris.platform.commercewebservicescommons.interceptor.SecurePortalAuthenticationInterceptorTest

@UnitTest public class SecurePortalAuthenticationInterceptorTest extends Object
  • Constructor Details

    • SecurePortalAuthenticationInterceptorTest

      public SecurePortalAuthenticationInterceptorTest()
  • Method Details

    • setUp

      public void setUp()
    • testAuthenticatedUserAccessSuccessWhenBaseSiteRequireAuthentication

      public void testAuthenticatedUserAccessSuccessWhenBaseSiteRequireAuthentication() throws Exception
      Throws:
      Exception
    • testUnAuthenticatedUserAccessFailedWhenBaseSiteRequireAuthentication

      public void testUnAuthenticatedUserAccessFailedWhenBaseSiteRequireAuthentication() throws Exception
      Throws:
      Exception
    • testUnAuthenticatedUserAccessUnsecurePortalSuccessWhenBaseSiteRequireAuthentication

      public void testUnAuthenticatedUserAccessUnsecurePortalSuccessWhenBaseSiteRequireAuthentication() throws Exception
      Throws:
      Exception
    • testAccessSecurePortalSuccessWhenBaseSiteNotRequireAuthentication

      public void testAccessSecurePortalSuccessWhenBaseSiteNotRequireAuthentication() throws Exception
      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()