| Package | Description |
|---|---|
| org.graylog2.shared.security |
| Modifier and Type | Class and Description |
|---|---|
class |
ActorAwareUsernamePasswordToken
Audit actor is always the username.
|
class |
TypedBearerToken |
| Modifier and Type | Method and Description |
|---|---|
ActorAwareAuthenticationToken |
ActorAwareAuthenticationTokenFactory.forRequestBody(com.fasterxml.jackson.databind.JsonNode jsonNode)
Create an authentication token for the given JsonNode
|
ActorAwareAuthenticationToken |
ActorAwareUsernamePasswordTokenFactory.forRequestBody(com.fasterxml.jackson.databind.JsonNode jsonBody) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.shiro.session.Session> |
SessionCreator.create(String currentSessionId,
String host,
ActorAwareAuthenticationToken authToken)
Attempts to log the user in with the given authentication token and returns a new or renewed session upon
success.
|
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.