mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
New modules/authentication.cfg
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6564 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -49,7 +49,7 @@ public class AuthenticationManager
|
||||
{
|
||||
/** List of authentication methods, highest precedence first. */
|
||||
private static AuthenticationMethod methodStack[] =
|
||||
(AuthenticationMethod[])PluginManager.getPluginSequence(AuthenticationMethod.class);
|
||||
(AuthenticationMethod[])PluginManager.getPluginSequence("authentication", AuthenticationMethod.class);
|
||||
|
||||
/**
|
||||
* Test credentials for authenticity.
|
||||
|
@@ -0,0 +1,10 @@
|
||||
# Stack of authentication methods
|
||||
# (See org.dspace.authenticate.AuthenticationManager)
|
||||
#
|
||||
# Example:
|
||||
# plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||
# org.dspace.authenticate.ShibAuthentication, \
|
||||
# org.dspace.authenticate.PasswordAuthentication
|
||||
|
||||
plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
|
||||
org.dspace.authenticate.PasswordAuthentication
|
Reference in New Issue
Block a user