Uses of Interface
com.atlassian.confluence.cluster.ClusterSetupValidator
Packages that use ClusterSetupValidator
- 
Uses of ClusterSetupValidator in com.atlassian.confluence.clusterClasses in com.atlassian.confluence.cluster that implement ClusterSetupValidatorMethods in com.atlassian.confluence.cluster that return ClusterSetupValidatorModifier and TypeMethodDescriptionClusterSetupValidator.validateAWSJoinConfig(String accessKey, String secretKey, String iamRole, String region, String hostHeader, String securityGroupName, String tagKey, String tagValue) Validates all the parameters for an AWS cluster.DefaultClusterSetupValidator.validateAWSJoinConfig(String accessKey, String secretKey, String iamRole, String region, String hostHeader, String securityGroupName, String tagKey, String tagValue) ClusterSetupValidator.validateClusterHome(String clusterHome) Validates just the cluster Home.DefaultClusterSetupValidator.validateClusterHome(String clusterHome) ClusterSetupValidator.validateClusterJoinMethod(String joinMethod) DefaultClusterSetupValidator.validateClusterJoinMethod(String joinMethod) ClusterSetupValidator.validateClusterName(String clusterName) Validates just the cluster Name.DefaultClusterSetupValidator.validateClusterName(String clusterName) ClusterSetupValidator.validateMulticastClusterJoinConfig(Boolean generateAddress, String clusterAddress) Validates just the cluster address, for a multicast cluster.DefaultClusterSetupValidator.validateMulticastClusterJoinConfig(Boolean generateAddress, String clusterAddress) ClusterSetupValidator.validateNetworkInterface(String networkInterface) Validates just the cluster network addressDefaultClusterSetupValidator.validateNetworkInterface(String networkInterface) ClusterSetupValidator.validateTCPIPClusterJoinConfig(String clusterPeersString) Validates the cluster peers, for a TCPIP cluster.DefaultClusterSetupValidator.validateTCPIPClusterJoinConfig(String clusterPeersString)