public static class AuthPoliciesImpl.AuthPoliciesImplBuilder extends Object implements AuthPolicies.Builder
| Modifier and Type | Method and Description |
|---|---|
AuthPoliciesImpl |
build() |
AuthPoliciesImpl.AuthPoliciesImplBuilder |
namespaceAuthentication(Map<String,Set<AuthAction>> namespaceAuthentication) |
AuthPoliciesImpl.AuthPoliciesImplBuilder |
subscriptionAuthentication(Map<String,Set<String>> subscriptionAuthentication) |
AuthPoliciesImpl.AuthPoliciesImplBuilder |
topicAuthentication(Map<String,Map<String,Set<AuthAction>>> topicAuthentication) |
String |
toString() |
public AuthPoliciesImpl.AuthPoliciesImplBuilder namespaceAuthentication(Map<String,Set<AuthAction>> namespaceAuthentication)
namespaceAuthentication in interface AuthPolicies.Builderpublic AuthPoliciesImpl.AuthPoliciesImplBuilder topicAuthentication(Map<String,Map<String,Set<AuthAction>>> topicAuthentication)
topicAuthentication in interface AuthPolicies.Builderpublic AuthPoliciesImpl.AuthPoliciesImplBuilder subscriptionAuthentication(Map<String,Set<String>> subscriptionAuthentication)
subscriptionAuthentication in interface AuthPolicies.Builderpublic AuthPoliciesImpl build()
build in interface AuthPolicies.BuilderCopyright © 2017–2022 Apache Software Foundation. All rights reserved.