| Package | Description |
|---|---|
| org.graylog.events.rest | |
| org.graylog.plugins.views.search.rest | |
| org.graylog.security | |
| org.graylog2.rest.resources.streams | |
| org.graylog2.rest.resources.users |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
EventDefinitionsResource.create(boolean schedule,
EventDefinitionDto dto,
UserContext userContext) |
javax.ws.rs.core.Response |
EventNotificationsResource.create(NotificationDto dto,
UserContext userContext) |
| Modifier and Type | Method and Description |
|---|---|
ViewDTO |
ViewsResource.create(@Valid ViewDTO dto,
UserContext userContext) |
| Modifier and Type | Method and Description |
|---|---|
UserContext |
UserContext.Factory.create()
Create a UserContext from the currently accessible Shiro Subject available to the calling code depending on runtime environment.
|
UserContext |
UserContext.Factory.create(org.apache.shiro.subject.Subject subject) |
UserContext |
UserContextFactory.provide() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserContextFactory.dispose(UserContext instance) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
StreamResource.cloneStream(String streamId,
@Valid @NotNull CloneStreamRequest cr,
UserContext userContext) |
javax.ws.rs.core.Response |
StreamResource.create(CreateStreamRequest cr,
UserContext userContext) |
| Modifier and Type | Method and Description |
|---|---|
UserSummary |
UsersResource.get(String username,
UserContext userContext)
Deprecated.
|
UserSummary |
UsersResource.getbyId(String userId,
UserContext userContext) |
javax.ws.rs.core.Response |
UsersResource.updateAccountStatus(@NotBlank String userId,
@NotBlank String newStatusString,
UserContext userContext) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.