Uses of Enum Class
tv.hd3g.authkit.mod.service.AuditReportService.RejectLoginCause
Packages that use AuditReportService.RejectLoginCause
-
Uses of AuditReportService.RejectLoginCause in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return AuditReportService.RejectLoginCauseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AuditReportService.RejectLoginCause[]AuditReportService.RejectLoginCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tv.hd3g.authkit.mod.service that return types with arguments of type AuditReportService.RejectLoginCauseModifier and TypeMethodDescriptionAuthenticationService.checkPassword(Password userEnterPassword, Credential credential) AuthenticationServiceImpl.checkPassword(Password userEnterPassword, Credential credential) Methods in tv.hd3g.authkit.mod.service with parameters of type AuditReportService.RejectLoginCauseModifier and TypeMethodDescriptionAuditReportService.onRejectLogin(jakarta.servlet.http.HttpServletRequest request, AuditReportService.RejectLoginCause cause, String realm, String what) AuditReportServiceImpl.onRejectLogin(jakarta.servlet.http.HttpServletRequest request, AuditReportService.RejectLoginCause cause, String realm, String what)