@InterfaceAudience.Private @InterfaceStability.Unstable public abstract class GetSubClusterPoliciesConfigurationsResponse extends Object
FederationPolicyStore
to a request to get all the policies configured in the
system via a SubClusterPolicyConfiguration
.Constructor and Description |
---|
GetSubClusterPoliciesConfigurationsResponse() |
Modifier and Type | Method and Description |
---|---|
abstract List<SubClusterPolicyConfiguration> |
getPoliciesConfigs()
Get all the policies configured in the system.
|
static GetSubClusterPoliciesConfigurationsResponse |
newInstance(List<SubClusterPolicyConfiguration> policyConfigurations) |
abstract void |
setPoliciesConfigs(List<SubClusterPolicyConfiguration> policyConfigurations)
Sets all the policies configured in the system.
|
public GetSubClusterPoliciesConfigurationsResponse()
@InterfaceAudience.Private @InterfaceStability.Unstable public static GetSubClusterPoliciesConfigurationsResponse newInstance(List<SubClusterPolicyConfiguration> policyConfigurations)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<SubClusterPolicyConfiguration> getPoliciesConfigs()
@InterfaceAudience.Private @InterfaceStability.Unstable public abstract void setPoliciesConfigs(List<SubClusterPolicyConfiguration> policyConfigurations)
policyConfigurations
- all the policies configured in the systemCopyright © 2008–2024 Apache Software Foundation. All rights reserved.