public interface ClientPolicyProvider extends Provider
Modifier and Type | Method and Description |
---|---|
List<ClientPolicyConditionProvider> |
getConditions()
returns the list of conditions which this provider accommodates.
|
List<ClientPolicyExecutorProvider> |
getExecutors()
returns the list of executors which this provider accommodates.
|
String |
getName() |
String |
getProviderId() |
List<ClientPolicyConditionProvider> getConditions()
List<ClientPolicyExecutorProvider> getExecutors()
String getName()
String getProviderId()
Copyright © 2020 JBoss by Red Hat. All rights reserved.