Class EPersonRegistrationFeature

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

@Component @AuthorizationFeatureDocumentation(name="epersonRegistration", description="It can be used to register an eperson") public class EPersonRegistrationFeature extends Object implements AuthorizationFeature
The EPerson Registration feature. It's able to be used on site objects if the user.registration property is set to true. If it's set to true, it'll check if the current context is allowed to set the password.
  • Field Details

  • Constructor Details

    • EPersonRegistrationFeature

      public EPersonRegistrationFeature()
  • Method Details