Uses of Interface
org.apache.storm.security.auth.IGroupMappingServiceProvider
Package
Description
-
Uses of IGroupMappingServiceProvider in org.apache.storm
Modifier and TypeMethodDescriptionLocalCluster.Builder.withGroupMapper
(IGroupMappingServiceProvider groupMapper) Override the code that maps users to groups for authorization. -
Uses of IGroupMappingServiceProvider in org.apache.storm.daemon.nimbus
ModifierConstructorDescriptionNimbus
(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.auth
Modifier and TypeMethodDescriptionstatic IGroupMappingServiceProvider
ClientAuthUtils.getGroupMappingServiceProviderPlugin
(Map<String, Object> conf) Construct a group mapping service provider plugin. -
Uses of IGroupMappingServiceProvider in org.apache.storm.security.auth.authorizer
Modifier and TypeFieldDescriptionprotected IGroupMappingServiceProvider
ImpersonationAuthorizer.groupMappingProvider
protected IGroupMappingServiceProvider
SimpleACLAuthorizer.groupMappingServiceProvider
protected IGroupMappingServiceProvider
SupervisorSimpleACLAuthorizer.groupMappingServiceProvider