Uses of Class
com.hazelcast.config.rest.RestConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the REST API configuration classes.
-
Uses of RestConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.getRestConfig()
Gets the configuration for the REST API server.Modifier and TypeMethodDescriptionConfig.setRestConfig
(RestConfig restConfig) Sets the configuration for the REST API server. -
Uses of RestConfig in com.hazelcast.config.rest
Modifier and TypeMethodDescriptionRestConfig.setEnabled
(boolean enabled) Sets the enabled status of the RestConfig.RestConfig.setPort
(int port) Sets the port of the RestConfig.RestConfig.setSecurityRealm
(String securityRealm) Sets the name of the Rest security realm.RestConfig.setSsl
(RestConfig.Ssl ssl) Sets the SSL configuration.RestConfig.setTokenValidityDuration
(Duration tokenValidityDuration) Sets the expiration duration for jwt token.