Uses of Record Class
ch.rswk.meta.engine.UserService.UserServiceEnforceConfig
Packages that use UserService.UserServiceEnforceConfig
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.UserServiceEnforceConfig in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as UserService.UserServiceEnforceConfigModifier and TypeFieldDescriptionprivate final @Nullable UserService.UserServiceEnforceConfigUserService.UserServiceConfig.enforceThe field for theenforcerecord component.Methods in ch.rswk.meta.engine that return UserService.UserServiceEnforceConfigModifier and TypeMethodDescription@Nullable UserService.UserServiceEnforceConfigUserService.UserServiceConfig.enforce()Returns the value of theenforcerecord component.Methods in ch.rswk.meta.engine with parameters of type UserService.UserServiceEnforceConfigModifier and TypeMethodDescriptionprivate static UserService.OtpValidationUserService.validateUserOtp(@Nullable UserService.UserServiceEnforceConfig enforceConfig, @Nullable MetaUser.MetaUserOtp existingUserOtp, boolean hashed, @Nullable UserService.PendingUserValidation pendingUserValidation, @Nullable MetaUser.MetaUserOtp userOtp) Constructors in ch.rswk.meta.engine with parameters of type UserService.UserServiceEnforceConfigModifierConstructorDescriptionUserServiceConfig(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.