| Package | Description |
|---|---|
| org.graylog2.shared.security |
| Modifier and Type | Method and Description |
|---|---|
org.apache.shiro.authc.AuthenticationInfo |
ThrowingFirstSuccessfulStrategy.afterAllAttempts(org.apache.shiro.authc.AuthenticationToken token,
org.apache.shiro.authc.AuthenticationInfo aggregate)
If none of the attempts was successful and at least one of the attempts was throwing a
AuthenticationServiceUnavailableException, we'll re-throw this exception here. |
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.