@Contract
public interface AdminAuthenticator
| Modifier and Type | Interface and Description |
|---|---|
static class |
AdminAuthenticator.AuthenticatorType |
| Modifier and Type | Field and Description |
|---|---|
static String |
REMOTE_ADDR_NAME |
static String |
REST_TOKEN_NAME |
| Modifier and Type | Method and Description |
|---|---|
List<Callback> |
callbacks() |
boolean |
identify(Subject subject) |
AdminAuthenticator.AuthenticatorType |
type() |
static final String REST_TOKEN_NAME
static final String REMOTE_ADDR_NAME
boolean identify(Subject subject) throws LoginException
LoginExceptionAdminAuthenticator.AuthenticatorType type()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.