Uses of Record Class
eu.cloudnetservice.modules.syncproxy.config.SyncProxyLoginConfiguration
Packages that use SyncProxyLoginConfiguration
-
Uses of SyncProxyLoginConfiguration in eu.cloudnetservice.modules.syncproxy.config
Fields in eu.cloudnetservice.modules.syncproxy.config with type parameters of type SyncProxyLoginConfigurationModifier and TypeFieldDescriptionprivate Set<SyncProxyLoginConfiguration> SyncProxyConfiguration.Builder.loginConfigurationsprivate final @Unmodifiable @NonNull Set<SyncProxyLoginConfiguration> SyncProxyConfiguration.loginConfigurationsThe field for theloginConfigurationsrecord component.Methods in eu.cloudnetservice.modules.syncproxy.config that return SyncProxyLoginConfigurationModifier and TypeMethodDescriptionSyncProxyLoginConfiguration.Builder.build()SyncProxyLoginConfiguration.createDefault(@NonNull String targetGroup) Methods in eu.cloudnetservice.modules.syncproxy.config that return types with arguments of type SyncProxyLoginConfigurationModifier and TypeMethodDescriptionSyncProxyConfiguration.loginConfigurations()Returns the value of theloginConfigurationsrecord component.Methods in eu.cloudnetservice.modules.syncproxy.config with parameters of type SyncProxyLoginConfigurationModifier and TypeMethodDescriptionSyncProxyLoginConfiguration.builder(@NonNull SyncProxyLoginConfiguration configuration) Method parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyLoginConfigurationModifier and TypeMethodDescriptionSyncProxyConfiguration.Builder.loginConfigurations(@NonNull Set<SyncProxyLoginConfiguration> configurations) SyncProxyConfiguration.Builder.modifyLoginConfigurations(@NonNull Consumer<Set<SyncProxyLoginConfiguration>> modifier) Constructor parameters in eu.cloudnetservice.modules.syncproxy.config with type arguments of type SyncProxyLoginConfigurationModifierConstructorDescriptionSyncProxyConfiguration(@Unmodifiable @NonNull Set<SyncProxyLoginConfiguration> loginConfigurations, @Unmodifiable @NonNull Set<SyncProxyTabListConfiguration> tabListConfigurations, @Unmodifiable @NonNull Map<String, String> messages, boolean ingameServiceStartStopMessages) Creates an instance of aSyncProxyConfigurationrecord class.