Uses of Class
tv.hd3g.authkit.mod.entity.Credential
-
Packages that use Credential Package Description tv.hd3g.authkit.mod.dto.ressource tv.hd3g.authkit.mod.entity tv.hd3g.authkit.mod.repository tv.hd3g.authkit.mod.service -
-
Uses of Credential in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type Credential Constructor Description IsExternalAuthDto(Credential credential)IsTOTPEnabledDto(Credential credential) -
Uses of Credential in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return Credential Modifier and Type Method Description CredentialUser. getCredential()Methods in tv.hd3g.authkit.mod.entity with parameters of type Credential Modifier and Type Method Description voidUser. setCredential(Credential credential)Constructors in tv.hd3g.authkit.mod.entity with parameters of type Credential Constructor Description Totpbackupcode(Credential credential, String code) -
Uses of Credential in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return Credential Modifier and Type Method Description CredentialCredentialRepository. getByUserUUID(String uuid)CredentialCredentialRepository. getFromRealmLogin(String realm, String userlogin)Methods in tv.hd3g.authkit.mod.repository with parameters of type Credential Modifier and Type Method Description Set<Totpbackupcode>TotpbackupcodeRepository. getByCredential(Credential c) -
Uses of Credential in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type Credential Modifier and Type Method Description voidTOTPService. checkCode(Credential credential, String stringCode)voidTOTPServiceImpl. checkCode(Credential credential, String stringCode)voidTOTPService. checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto)voidTOTPServiceImpl. checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto)Optional<AuditReportService.RejectLoginCause>AuthenticationService. checkPassword(Password userEnterPassword, Credential credential)Optional<AuditReportService.RejectLoginCause>AuthenticationServiceImpl. checkPassword(Password userEnterPassword, Credential credential)voidTOTPService. removeTOTP(Credential credential)voidTOTPServiceImpl. removeTOTP(Credential credential)
-