mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge of BRANCHES/DEV/4.2_ENT_DEV/ADMIN_CONSOLE - Admin Console 46247-46672
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@46677 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,8 +27,8 @@ import net.sf.acegisecurity.Authentication;
|
||||
import org.alfresco.repo.security.authentication.ntlm.NLTMAuthenticator;
|
||||
|
||||
/**
|
||||
* A chaining authentication component is required for all the beans that qire up an authentication component and not an
|
||||
* authentication service. It supports chaining in much the same way and wires up components in the same way asthe
|
||||
* A chaining authentication component is required for all the beans that wire up an authentication component and not an
|
||||
* authentication service. It supports chaining in much the same way and wires up components in the same way as the
|
||||
* chaining authentication service wires up services.
|
||||
*
|
||||
* @author andyh
|
||||
@@ -306,4 +306,11 @@ public class ChainingAuthenticationComponentImpl extends AbstractChainingAuthent
|
||||
return services;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected AuthenticationComponent getAuthenticationComponent(String name)
|
||||
{
|
||||
// not implemented
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user