public static interface AdminAuthCallback.RequestAccepter extends AdminAuthCallback
Token-based authentication, for example, uses a token conveyed with the request as a stand-in for username/password-based authentication. To keep inter-module dependencies simpler an implementation will probably check the type of the data and then cast it if appropriate.
AdminAuthCallback.Authenticator, AdminAuthCallback.RequestAccepter, AdminAuthCallback.Validator| Modifier and Type | Method and Description |
|---|---|
void |
setRequest(Object data) |
void setRequest(Object data)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.