public abstract class AuthServiceResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthServiceResult.Builder |
| Constructor and Description |
|---|
AuthServiceResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
backendId() |
abstract String |
backendTitle() |
abstract String |
backendType() |
static AuthServiceResult.Builder |
builder() |
static AuthServiceResult |
failed(String username,
AuthServiceBackend backend) |
boolean |
isSuccess() |
abstract Map<String,Object> |
sessionAttributes() |
abstract String |
username() |
abstract String |
userProfileId() |
public abstract String username()
public abstract String backendId()
public abstract String backendType()
public abstract String backendTitle()
public boolean isSuccess()
public static AuthServiceResult.Builder builder()
public static AuthServiceResult failed(String username, AuthServiceBackend backend)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.