Uses of Record Class
ch.rswk.meta.engine.UserService.UserServiceContactConfig
Packages that use UserService.UserServiceContactConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.UserServiceContactConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as UserService.UserServiceContactConfigModifier and TypeFieldDescriptionUserService.authContact
private final UserService.UserServiceContactConfig
UserService.UserServiceConfig.authContact
The field for theauthContact
record component.UserService.recoverContact
private final UserService.UserServiceContactConfig
UserService.UserServiceConfig.recoverContact
The field for therecoverContact
record component.UserService.resetContact
private final UserService.UserServiceContactConfig
UserService.UserServiceConfig.resetContact
The field for theresetContact
record component.private final UserService.UserServiceContactConfig
UserService.UserServiceConfig.verifyContact
The field for theverifyContact
record component.UserService.verifyContact
Methods in ch.rswk.meta.engine that return UserService.UserServiceContactConfigModifier and TypeMethodDescriptionUserService.UserServiceConfig.authContact()
Returns the value of theauthContact
record component.UserService.UserServiceConfig.recoverContact()
Returns the value of therecoverContact
record component.UserService.UserServiceConfig.resetContact()
Returns the value of theresetContact
record component.UserService.UserServiceContactConfig.resolve()
UserService.UserServiceConfig.verifyContact()
Returns the value of theverifyContact
record component.Methods in ch.rswk.meta.engine with parameters of type UserService.UserServiceContactConfigModifier and TypeMethodDescriptionprivate com.google.common.util.concurrent.ListenableFuture
<Void> UserService.startOtpChallenge
(String clientId, UserService.UserServiceContactConfig contact, String ipAddress, @Nullable String locale, UserService.OtpChallengeType type, String user, MetaUser.MetaUserOtp userOtp) com.google.common.util.concurrent.ListenableFuture
<Void> UserService.startVerifyOtp
(String clientId, @Nullable UserService.UserServiceContactConfig contact, String ipAddress, @Nullable String locale, String user, MetaUser.MetaUserOtp userOtp) Constructors in ch.rswk.meta.engine with parameters of type UserService.UserServiceContactConfigModifierConstructorDescriptionUserServiceConfig
(int attempts, UserService.UserServiceContactConfig authContact, int authTimeout, @Nullable UserService.UserServiceEnforceConfig enforce, boolean ipAddressAttempts, String luceneIndexDir, UserService.UserServiceContactConfig recoverContact, UserService.UserServiceContactConfig resetContact, int scryptCpu, int scryptMemory, UserService.UserServiceTokenConfig token, UserService.UserServiceContactConfig verifyContact, UserService.UserServiceWebAuthnConfig webAuthn) Creates an instance of aUserServiceConfig
record class. -
Uses of UserService.UserServiceContactConfig in ch.rswk.meta.engine.test
Fields in ch.rswk.meta.engine.test declared as UserService.UserServiceContactConfigModifier and TypeFieldDescriptionprivate static final UserService.UserServiceContactConfig
UserServiceTest.CONTACT_CONFIG
private static final UserService.UserServiceContactConfig
UserServiceTest.RECOVER_CONTACT_CONFIG