Interface AuthPolicies.Builder
- Enclosing interface:
- AuthPolicies
public static interface AuthPolicies.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
namespaceAuthentication
(Map<String, Set<AuthAction>> namespaceAuthentication) subscriptionAuthentication
(Map<String, Set<String>> subscriptionAuthentication) topicAuthentication
(Map<String, Map<String, Set<AuthAction>>> topicAuthentication)
-
Method Details
-
build
AuthPolicies build() -
namespaceAuthentication
-
topicAuthentication
AuthPolicies.Builder topicAuthentication(Map<String, Map<String, Set<AuthAction>>> topicAuthentication) -
subscriptionAuthentication
-