Uses of Interface
org.apache.storm.security.auth.IGroupMappingServiceProvider
Packages that use IGroupMappingServiceProvider
Package
Description
- 
Uses of IGroupMappingServiceProvider in org.apache.stormMethods in org.apache.storm with parameters of type IGroupMappingServiceProviderModifier and TypeMethodDescriptionLocalCluster.Builder.withGroupMapper(IGroupMappingServiceProvider groupMapper) Override the code that maps users to groups for authorization.
- 
Uses of IGroupMappingServiceProvider in org.apache.storm.daemon.nimbusConstructors in org.apache.storm.daemon.nimbus with parameters of type IGroupMappingServiceProviderModifierConstructorDescriptionNimbus(Map<String, Object> conf, INimbus inimbus, IStormClusterState stormClusterState, NimbusInfo hostPortInfo, BlobStore blobStore, TopoCache topoCache, ILeaderElector leaderElector, IGroupMappingServiceProvider groupMapper, StormMetricsRegistry metricsRegistry) Nimbus(Map<String, Object> conf, INimbus inimbus, IStormClusterState stormClusterState, NimbusInfo hostPortInfo, BlobStore blobStore, ILeaderElector leaderElector, IGroupMappingServiceProvider groupMapper, StormMetricsRegistry metricsRegistry) 
- 
Uses of IGroupMappingServiceProvider in org.apache.storm.security.authClasses in org.apache.storm.security.auth that implement IGroupMappingServiceProviderMethods in org.apache.storm.security.auth that return IGroupMappingServiceProviderModifier and TypeMethodDescriptionstatic IGroupMappingServiceProviderClientAuthUtils.getGroupMappingServiceProviderPlugin(Map<String, Object> conf) Construct a group mapping service provider plugin.
- 
Uses of IGroupMappingServiceProvider in org.apache.storm.security.auth.authorizerFields in org.apache.storm.security.auth.authorizer declared as IGroupMappingServiceProviderModifier and TypeFieldDescriptionprotected IGroupMappingServiceProviderImpersonationAuthorizer.groupMappingProviderprotected IGroupMappingServiceProviderSimpleACLAuthorizer.groupMappingServiceProviderprotected IGroupMappingServiceProviderSupervisorSimpleACLAuthorizer.groupMappingServiceProvider