Uses of Interface
org.dspace.authorize.service.PasswordValidatorService
-
Packages that use PasswordValidatorService Package Description org.dspace.authorize Represents permissions for access to DSpace content.org.dspace.passwordvalidation.factory -
-
Uses of PasswordValidatorService in org.dspace.authorize
Classes in org.dspace.authorize that implement PasswordValidatorService Modifier and Type Class Description classRegexPasswordValidatorImplementation ofPasswordValidatorServicethat verifies if the given passowrd matches the configured pattern. -
Uses of PasswordValidatorService in org.dspace.passwordvalidation.factory
Methods in org.dspace.passwordvalidation.factory that return PasswordValidatorService Modifier and Type Method Description abstract PasswordValidatorServicePasswordValidationFactory. getPasswordValidationService()PasswordValidatorServicePasswordValidationFactoryImpl. getPasswordValidationService()
-