mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 11:03:12 +00:00
DS-3154: more dspace-api fixes, alphabetically through org.dspace.core
This commit is contained in:
@@ -69,6 +69,7 @@ public class LDAPAuthentication
|
||||
|
||||
/**
|
||||
* Let a real auth method return true if it wants.
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
@Override
|
||||
public boolean canSelfRegister(Context context,
|
||||
@@ -81,7 +82,8 @@ public class LDAPAuthentication
|
||||
}
|
||||
|
||||
/**
|
||||
* Nothing here, initialization is done when auto-registering.
|
||||
* Nothing here, initialization is done when auto-registering.
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
@Override
|
||||
public void initEPerson(Context context, HttpServletRequest request,
|
||||
@@ -94,6 +96,7 @@ public class LDAPAuthentication
|
||||
|
||||
/**
|
||||
* Cannot change LDAP password through dspace, right?
|
||||
* @throws SQLException if database error
|
||||
*/
|
||||
@Override
|
||||
public boolean allowSetPassword(Context context,
|
||||
|
Reference in New Issue
Block a user