Uses of Enum Class
org.apache.pulsar.common.policies.data.AuthAction
Packages that use AuthAction
Package
Description
Implementation of policies.
-
Uses of AuthAction in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return types with arguments of type AuthActionModifier and TypeMethodDescriptionNamespaces.getPermissions
(String namespace) Get permissions on a namespace.Topics.getPermissions
(String topic) Get permissions on a topic.Namespaces.getPermissionsAsync
(String namespace) Get permissions on a namespace asynchronously.Topics.getPermissionsAsync
(String topic) Get permissions on a topic asynchronously.Method parameters in org.apache.pulsar.client.admin with type arguments of type AuthActionModifier and TypeMethodDescriptionvoid
Topics.grantPermission
(String topic, String role, Set<AuthAction> actions) Grant permission on a topic.Topics.grantPermissionAsync
(String topic, String role, Set<AuthAction> actions) Grant permission on a topic asynchronously.void
Namespaces.grantPermissionOnNamespace
(String namespace, String role, Set<AuthAction> actions) Grant permission on a namespace.Namespaces.grantPermissionOnNamespaceAsync
(String namespace, String role, Set<AuthAction> actions) Grant permission on a namespace asynchronously. -
Uses of AuthAction in org.apache.pulsar.common.policies.data
Methods in org.apache.pulsar.common.policies.data that return AuthActionModifier and TypeMethodDescriptionstatic AuthAction
Returns the enum constant of this class with the specified name.static AuthAction[]
AuthAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.common.policies.data that return types with arguments of type AuthActionModifier and TypeMethodDescriptionAuthPolicies.getNamespaceAuthentication()
AuthPolicies.getTopicAuthentication()
Method parameters in org.apache.pulsar.common.policies.data with type arguments of type AuthActionModifier and TypeMethodDescriptionAuthPolicies.Builder.namespaceAuthentication
(Map<String, Set<AuthAction>> namespaceAuthentication) AuthPolicies.Builder.topicAuthentication
(Map<String, Map<String, Set<AuthAction>>> topicAuthentication)