接口 AuthPolicies.Builder
- 封闭接口:
- AuthPolicies
public static interface AuthPolicies.Builder
-
方法概要
修饰符和类型方法说明build()namespaceAuthentication(Map<String, Set<AuthAction>> namespaceAuthentication) subscriptionAuthentication(Map<String, Set<String>> subscriptionAuthentication) topicAuthentication(Map<String, Map<String, Set<AuthAction>>> topicAuthentication)
-
方法详细资料
-
build
AuthPolicies build() -
namespaceAuthentication
-
topicAuthentication
AuthPolicies.Builder topicAuthentication(Map<String, Map<String, Set<AuthAction>>> topicAuthentication) -
subscriptionAuthentication
-