Uses of Interface
org.apache.storm.security.auth.IAuthorizer
Packages that use IAuthorizer
Package
Description
- 
Uses of IAuthorizer in org.apache.storm.daemonMethods in org.apache.storm.daemon that return IAuthorizerModifier and TypeMethodDescriptionstatic IAuthorizerStormCommon.mkAuthorizationHandler(String klassName, Map<String, Object> conf) protected IAuthorizerStormCommon.mkAuthorizationHandlerImpl(String klassName, Map<String, Object> conf) 
- 
Uses of IAuthorizer in org.apache.storm.daemon.drpcConstructors in org.apache.storm.daemon.drpc with parameters of type IAuthorizerModifierConstructorDescriptionDRPC(StormMetricsRegistry metricsRegistry, IAuthorizer auth, long timeoutMs) 
- 
Uses of IAuthorizer in org.apache.storm.daemon.nimbusMethods in org.apache.storm.daemon.nimbus with parameters of type IAuthorizerModifier and TypeMethodDescriptionvoidNimbus.setAuthorizationHandler(IAuthorizer authorizationHandler) 
- 
Uses of IAuthorizer in org.apache.storm.daemon.ui.filtersFields in org.apache.storm.daemon.ui.filters declared as IAuthorizerModifier and TypeFieldDescriptionstatic IAuthorizerAuthorizedUserFilter.uiAclHandlerstatic IAuthorizerAuthorizedUserFilter.uiImpersonationHandler
- 
Uses of IAuthorizer in org.apache.storm.security.auth.authorizerClasses in org.apache.storm.security.auth.authorizer that implement IAuthorizerModifier and TypeClassDescriptionclassAn authorization implementation that denies everything, for testing purposes.classclassclassclassA no-op authorization implementation that illustrate info available for authorization decisions.classAn authorization implementation that simply checks if a user is allowed to perform specific operations.classAn authorization implementation that simply checks a whitelist of users that are allowed to use the cluster.classAn authorization implementation that simply checks if a user is allowed to perform specific operations.