| Package | Description |
|---|---|
| org.apache.ambari.server.hooks | |
| org.apache.ambari.server.hooks.users |
| Modifier and Type | Method and Description |
|---|---|
HookContext |
HookContextFactory.createBatchUserHookContext(Map<String,Set<String>> userGroups)
Factory method for BatchUserHookContext instances.
|
HookContext |
HookContextFactory.createUserHookContext(String userName)
Factory method for HookContext implementations.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HookService.execute(HookContext hookContext)
Entrypoint for the hook logic.
|
AmbariEvent |
AmbariEventFactory.newUserCreatedEvent(HookContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
PostUserCreationHookContext |
| Modifier and Type | Method and Description |
|---|---|
HookContext |
UserCreatedEvent.getContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserHookService.execute(HookContext hookContext) |
| Constructor and Description |
|---|
UserCreatedEvent(HookContext context) |
Copyright © 2022 Apache Software Foundation. All rights reserved.