Uses of Interface
org.apache.storm.security.auth.IAuthorizer
Package
Description
-
Uses of IAuthorizer in org.apache.storm.daemon
Modifier and TypeMethodDescriptionstatic IAuthorizer
StormCommon.mkAuthorizationHandler
(String klassName, Map<String, Object> conf) protected IAuthorizer
StormCommon.mkAuthorizationHandlerImpl
(String klassName, Map<String, Object> conf) -
Uses of IAuthorizer in org.apache.storm.daemon.drpc
ModifierConstructorDescriptionDRPC
(StormMetricsRegistry metricsRegistry, IAuthorizer auth, long timeoutMs) -
Uses of IAuthorizer in org.apache.storm.daemon.nimbus
Modifier and TypeMethodDescriptionvoid
Nimbus.setAuthorizationHandler
(IAuthorizer authorizationHandler) -
Uses of IAuthorizer in org.apache.storm.daemon.ui.filters
Modifier and TypeFieldDescriptionstatic IAuthorizer
AuthorizedUserFilter.uiAclHandler
static IAuthorizer
AuthorizedUserFilter.uiImpersonationHandler
-
Uses of IAuthorizer in org.apache.storm.security.auth.authorizer
Modifier and TypeClassDescriptionclass
An authorization implementation that denies everything, for testing purposes.class
class
class
class
A no-op authorization implementation that illustrate info available for authorization decisions.class
An authorization implementation that simply checks if a user is allowed to perform specific operations.class
An authorization implementation that simply checks a whitelist of users that are allowed to use the cluster.class
An authorization implementation that simply checks if a user is allowed to perform specific operations.