mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
Update the description for loginPageURL
This commit is contained in:
@@ -200,11 +200,16 @@ public interface AuthenticationMethod {
|
|||||||
throws SQLException;
|
throws SQLException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get login page to which to redirect.
|
* Get an external login page to which to redirect.
|
||||||
|
*
|
||||||
* Returns URL (as string) to which to redirect to obtain
|
* Returns URL (as string) to which to redirect to obtain
|
||||||
* credentials (either password prompt or e.g. HTTPS port for client
|
* credentials (either password prompt or e.g. HTTPS port for client
|
||||||
* cert.); null means no redirect.
|
* cert.); null means no redirect.
|
||||||
*
|
*
|
||||||
|
* Note: Starting with DSpace 7, session logins will be managed through the REST
|
||||||
|
* API. Therefore, only authn providers with external login pages (such as Shibboleth)
|
||||||
|
* should return a login page.
|
||||||
|
*
|
||||||
* @param context
|
* @param context
|
||||||
* DSpace context, will be modified (ePerson set) upon success.
|
* DSpace context, will be modified (ePerson set) upon success.
|
||||||
*
|
*
|
||||||
|
@@ -700,8 +700,9 @@ public class LDAPAuthentication
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Returns URL to which to redirect to obtain credentials (either password
|
* Returns the URL of an external login page which is not applicable for this authn method.
|
||||||
* prompt or e.g. HTTPS port for client cert.); null means no redirect.
|
*
|
||||||
|
* Note: Prior to DSpace 7, this method return the page of login servlet.
|
||||||
*
|
*
|
||||||
* @param context
|
* @param context
|
||||||
* DSpace context, will be modified (ePerson set) upon success.
|
* DSpace context, will be modified (ePerson set) upon success.
|
||||||
|
Reference in New Issue
Block a user