Uses of Class
tv.hd3g.authkit.mod.entity.Credential
Packages that use Credential
Package
Description
-
Uses of Credential in tv.hd3g.authkit.mod.dto.ressource
Constructors in tv.hd3g.authkit.mod.dto.ressource with parameters of type CredentialModifierConstructorDescriptionIsExternalAuthDto(Credential credential) IsTOTPEnabledDto(Credential credential) -
Uses of Credential in tv.hd3g.authkit.mod.entity
Methods in tv.hd3g.authkit.mod.entity that return CredentialMethods in tv.hd3g.authkit.mod.entity with parameters of type CredentialConstructors in tv.hd3g.authkit.mod.entity with parameters of type Credential -
Uses of Credential in tv.hd3g.authkit.mod.repository
Methods in tv.hd3g.authkit.mod.repository that return CredentialModifier and TypeMethodDescriptionCredentialRepository.getByUserUUID(String uuid) CredentialRepository.getFromRealmLogin(String realm, String userlogin) Methods in tv.hd3g.authkit.mod.repository with parameters of type Credential -
Uses of Credential in tv.hd3g.authkit.mod.service
Methods in tv.hd3g.authkit.mod.service with parameters of type CredentialModifier and TypeMethodDescriptionvoidTOTPService.checkCode(Credential credential, String stringCode) voidTOTPServiceImpl.checkCode(Credential credential, String stringCode) voidAuthenticationService.checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto) voidAuthenticationServiceImpl.checkCodeAndPassword(Credential credential, ValidationTOTPDto validationDto) AuthenticationService.checkPassword(Password userEnterPassword, Credential credential) AuthenticationServiceImpl.checkPassword(Password userEnterPassword, Credential credential) voidTOTPService.removeTOTP(Credential credential) voidTOTPServiceImpl.removeTOTP(Credential credential)