Uses of Class
com.hazelcast.config.rest.RestConfig
Packages that use RestConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains the REST API configuration classes.
-
Uses of RestConfig in com.hazelcast.config
Methods in com.hazelcast.config that return RestConfigModifier and TypeMethodDescriptionConfig.getRestConfig()
Gets the configuration for the REST API server.Methods in com.hazelcast.config with parameters of type RestConfigModifier and TypeMethodDescriptionConfig.setRestConfig
(RestConfig restConfig) Sets the configuration for the REST API server. -
Uses of RestConfig in com.hazelcast.config.rest
Methods in com.hazelcast.config.rest that return RestConfigModifier 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.