mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
AUTH-86/AUTH-85: Move SSO token implementation back to Alfresco Community
Moved current token authentication code from Enterprise repository to Community repository project.
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
*/
|
||||
package org.alfresco.repo.security;
|
||||
|
||||
import junit.framework.JUnit4TestAdapter;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.alfresco.repo.domain.permissions.FixedAclUpdaterTest;
|
||||
import org.alfresco.repo.ownable.impl.OwnableServiceTest;
|
||||
import org.alfresco.repo.security.authentication.AlfrescoSSLSocketFactoryTest;
|
||||
@@ -42,6 +38,7 @@ import org.alfresco.repo.security.authentication.UpgradePasswordHashTest;
|
||||
import org.alfresco.repo.security.authentication.external.DefaultRemoteUserMapperTest;
|
||||
import org.alfresco.repo.security.authentication.external.LocalAuthenticationServiceTest;
|
||||
import org.alfresco.repo.security.authentication.subsystems.SubsystemChainingFtpAuthenticatorTest;
|
||||
import org.alfresco.repo.security.authentication.token.TokenRemoteUserMapperTest;
|
||||
import org.alfresco.repo.security.authority.AuthorityBridgeTableAsynchronouslyRefreshedCacheTest;
|
||||
import org.alfresco.repo.security.authority.AuthorityServiceTest;
|
||||
import org.alfresco.repo.security.authority.DuplicateAuthorityTest;
|
||||
@@ -57,6 +54,10 @@ import org.alfresco.repo.security.permissions.impl.model.PermissionModelTest;
|
||||
import org.alfresco.repo.security.person.HomeFolderProviderSynchronizerTest;
|
||||
import org.alfresco.repo.security.person.PersonTest;
|
||||
|
||||
import junit.framework.JUnit4TestAdapter;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
* @author Andy Hind
|
||||
*
|
||||
@@ -100,6 +101,7 @@ public class SecurityTestSuite extends TestSuite
|
||||
suite.addTestSuite(FixedAclUpdaterTest.class);
|
||||
|
||||
suite.addTestSuite(DefaultRemoteUserMapperTest.class);
|
||||
suite.addTestSuite(TokenRemoteUserMapperTest.class);
|
||||
suite.addTestSuite(SubsystemChainingFtpAuthenticatorTest.class);
|
||||
suite.addTest(new JUnit4TestAdapter(LocalAuthenticationServiceTest.class));
|
||||
|
||||
|
Reference in New Issue
Block a user