Uses of Class
tv.hd3g.authkit.mod.service.AuditReportService.RejectLoginCause
-
Packages that use AuditReportService.RejectLoginCause Package Description tv.hd3g.authkit.mod.service -
-
Uses of AuditReportService.RejectLoginCause in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service that return AuditReportService.RejectLoginCause Modifier and Type Method Description static AuditReportService.RejectLoginCauseAuditReportService.RejectLoginCause. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditReportService.RejectLoginCause[]AuditReportService.RejectLoginCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tv.hd3g.authkit.mod.service that return types with arguments of type AuditReportService.RejectLoginCause Modifier and Type Method Description Optional<AuditReportService.RejectLoginCause>AuthenticationService. checkPassword(Password userEnterPassword, Credential credential)Optional<AuditReportService.RejectLoginCause>AuthenticationServiceImpl. checkPassword(Password userEnterPassword, Credential credential)Methods in tv.hd3g.authkit.mod.service with parameters of type AuditReportService.RejectLoginCause Modifier and Type Method Description StringAuditReportService. onRejectLogin(javax.servlet.http.HttpServletRequest request, AuditReportService.RejectLoginCause cause, String realm, String what)StringAuditReportServiceImpl. onRejectLogin(javax.servlet.http.HttpServletRequest request, AuditReportService.RejectLoginCause cause, String realm, String what)
-