Class EPersonForgotPasswordFeature

java.lang.Object
org.dspace.app.rest.authorization.impl.EPersonForgotPasswordFeature
All Implemented Interfaces:
AuthorizationFeature

@Component @AuthorizationFeatureDocumentation(name="epersonForgotPassword", description="It can be used to check password reset for an eperson") public class EPersonForgotPasswordFeature extends Object implements AuthorizationFeature
Checks if the user provided is allowed to request a password reset. If none user specified, checks if the current context is allowed to set the password.
Author:
Vincenzo Mecca (vins01-4science - vincenzo.mecca at 4science.com)
  • Field Details

  • Constructor Details

    • EPersonForgotPasswordFeature

      public EPersonForgotPasswordFeature()
  • Method Details