remove methods that are not applicable

This commit is contained in:
Terry W Brady
2018-01-25 13:47:37 -08:00
parent 96bb5eeca7
commit fe3a7722d1
8 changed files with 0 additions and 103 deletions

View File

@@ -686,18 +686,4 @@ public class X509Authentication implements AuthenticationMethod
return loginPageURL;
}
/**
* Returns message key for title of the "login" page, to use in a menu
* showing the choice of multiple login methods.
*
* @param context
* DSpace context, will be modified (EPerson set) upon success.
*
* @return Message key to look up in i18n message catalog.
*/
@Override
public String loginPageTitle(Context context)
{
return loginPageTitle;
}
}