Class BaseHazelcastProperties

java.lang.Object
org.apereo.cas.configuration.model.support.hazelcast.BaseHazelcastProperties
All Implemented Interfaces:
Serializable, CasFeatureModule
Direct Known Subclasses:
HazelcastThrottleProperties, HazelcastTicketRegistryProperties

@RequiresModule(name="cas-server-support-hazelcast-core") public class BaseHazelcastProperties extends Object implements Serializable, CasFeatureModule
Since:
5.2.0
See Also:
  • Field Details

    • SHUT_DOWN_HOOK_ENABLED_PROP

      public static final String SHUT_DOWN_HOOK_ENABLED_PROP
      Whether shut down hook is enabled.
      See Also:
    • SOCKET_BIND_ANY_PROP

      public static final String SOCKET_BIND_ANY_PROP
      Boolean value to indicate socket bind config.
      See Also:
    • LOGGING_TYPE_PROP

      public static final String LOGGING_TYPE_PROP
      Logging type property name.
      See Also:
    • HAZELCAST_DISCOVERY_ENABLED_PROP

      public static final String HAZELCAST_DISCOVERY_ENABLED_PROP
      Enable discovery.
      See Also:
    • HAZELCAST_LOCAL_ADDRESS_PROP

      public static final String HAZELCAST_LOCAL_ADDRESS_PROP
      It is an overrider property for the default server socket listener's IP address. If this property is set, then this is the address where the server socket is bound to.
      See Also:
    • HAZELCAST_PUBLIC_ADDRESS_PROP

      public static final String HAZELCAST_PUBLIC_ADDRESS_PROP
      It is an overrider property for the default public address to be advertised to other cluster members and clients.
      See Also:
    • MAX_HEARTBEAT_SECONDS_PROP

      public static final String MAX_HEARTBEAT_SECONDS_PROP
      Max num of seconds for heartbeat property name.
      See Also:
    • IPV4_STACK_PROP

      public static final String IPV4_STACK_PROP
      Ipv4 protocol stack.
      See Also:
  • Constructor Details

    • BaseHazelcastProperties

      public BaseHazelcastProperties()
  • Method Details