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.authContactprivate final UserService.UserServiceContactConfigUserService.UserServiceConfig.authContactThe field for theauthContactrecord component.UserService.recoverContactprivate final UserService.UserServiceContactConfigUserService.UserServiceConfig.recoverContactThe field for therecoverContactrecord component.UserService.resetContactprivate final UserService.UserServiceContactConfigUserService.UserServiceConfig.resetContactThe field for theresetContactrecord component.private final UserService.UserServiceContactConfigUserService.UserServiceConfig.verifyContactThe field for theverifyContactrecord component.UserService.verifyContactMethods in ch.rswk.meta.engine that return UserService.UserServiceContactConfigModifier and TypeMethodDescriptionUserService.UserServiceConfig.authContact()Returns the value of theauthContactrecord component.UserService.UserServiceConfig.recoverContact()Returns the value of therecoverContactrecord component.UserService.UserServiceConfig.resetContact()Returns the value of theresetContactrecord component.UserService.UserServiceContactConfig.resolve()UserService.UserServiceConfig.verifyContact()Returns the value of theverifyContactrecord 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 aUserServiceConfigrecord 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.UserServiceContactConfigUserServiceTest.CONTACT_CONFIGprivate static final UserService.UserServiceContactConfigUserServiceTest.RECOVER_CONTACT_CONFIG