public abstract class SessionCreateRequest extends Object
| Constructor and Description |
|---|
SessionCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SessionCreateRequest |
create(@NotEmpty String username,
@NotEmpty String password,
String host) |
abstract String |
host() |
abstract @NotEmpty String |
password() |
abstract @NotEmpty String |
username() |
@NotEmpty public abstract @NotEmpty String username()
@NotEmpty public abstract @NotEmpty String password()
public abstract String host()
public static SessionCreateRequest create(@NotEmpty @NotEmpty String username, @NotEmpty @NotEmpty String password, String host)
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.