Class BackofficeAuthenticationProviderTest

java.lang.Object
com.hybris.backoffice.spring.security.BackofficeAuthenticationProviderTest

@UnitTest public class BackofficeAuthenticationProviderTest extends Object
  • Constructor Details

    • BackofficeAuthenticationProviderTest

      public BackofficeAuthenticationProviderTest()
  • Method Details

    • setUp

      public void setUp()
    • testAuthenticate

      public void testAuthenticate()
    • testEmployeeLoginDisabledExplicity

      public void testEmployeeLoginDisabledExplicity()
    • testNewEmployeeDisabled

      public void testNewEmployeeDisabled()
    • testLoginDisabledAdmin

      public void testLoginDisabledAdmin()
    • testAdminLoginDisabledOnDirectGroup

      public void testAdminLoginDisabledOnDirectGroup()
    • testAdminLoginDisabledOnParentGroup

      public void testAdminLoginDisabledOnParentGroup()
    • testEmployeeLoginActiveOnDirectGroup

      public void testEmployeeLoginActiveOnDirectGroup()
    • testEmployeeLoginActiveOnParentGroup

      public void testEmployeeLoginActiveOnParentGroup()
    • testEmployeeLoginActiveOnDisabledGroup

      public void testEmployeeLoginActiveOnDisabledGroup()
    • testEmployeeLoginDisabledOnParentDisabledGroup

      public void testEmployeeLoginDisabledOnParentDisabledGroup()
    • testEmployeeLoginDisabledOnNotSetGroups

      public void testEmployeeLoginDisabledOnNotSetGroups()