Class LoginPasswordSelfChecker

java.lang.Object
systems.dennis.auth.validators.LoginPasswordSelfChecker
All Implemented Interfaces:
systems.dennis.shared.annotations.security.selfchecker.AbstractSelfChecker<RegistrationForm>

public class LoginPasswordSelfChecker extends Object implements systems.dennis.shared.annotations.security.selfchecker.AbstractSelfChecker<RegistrationForm>
  • Constructor Details

    • LoginPasswordSelfChecker

      public LoginPasswordSelfChecker()
  • Method Details

    • check

      public void check(systems.dennis.shared.utils.security.AbstractAuthorizationProvider dto, RegistrationForm object, systems.dennis.shared.config.WebContext.LocalWebContext context)
      Specified by:
      check in interface systems.dennis.shared.annotations.security.selfchecker.AbstractSelfChecker<RegistrationForm>