Class RedisAccessKeysInner


  • public final class RedisAccessKeysInner
    extends Object
    Redis cache access keys.
    • Constructor Detail

      • RedisAccessKeysInner

        public RedisAccessKeysInner()
    • Method Detail

      • primaryKey

        public String primaryKey()
        Get the primaryKey property: The current primary key that clients can use to authenticate with Redis cache.
        Returns:
        the primaryKey value.
      • secondaryKey

        public String secondaryKey()
        Get the secondaryKey property: The current secondary key that clients can use to authenticate with Redis cache.
        Returns:
        the secondaryKey value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.