Class BackofficeAuthenticationProviderTest
- java.lang.Object
-
- com.hybris.backoffice.spring.security.BackofficeAuthenticationProviderTest
-
@UnitTest public class BackofficeAuthenticationProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BackofficeAuthenticationProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAdminLoginDisabledOnDirectGroup()voidtestAdminLoginDisabledOnParentGroup()voidtestAuthenticate()voidtestEmployeeLoginActiveOnDirectGroup()voidtestEmployeeLoginActiveOnDisabledGroup()voidtestEmployeeLoginActiveOnParentGroup()voidtestEmployeeLoginDisabledExplicity()voidtestEmployeeLoginDisabledOnNotSetGroups()voidtestEmployeeLoginDisabledOnParentDisabledGroup()voidtestLoginDisabledAdmin()voidtestNewEmployeeDisabled()
-
-
-
Method Detail
-
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()
-
-