| Interface | Description |
|---|---|
| AuthFailureHandler<I extends Request,O extends Response> |
A callback which is invoked to handle an authorization failure indicated by
Authorizer. |
| Authorizer<T> |
Determines whether a given
data is authorized for the service registered in. |
| AuthSuccessHandler<I extends Request,O extends Response> |
A callback which is invoked to handle an authorization success indicated by
Authorizer. |
| Class | Description |
|---|---|
| AuthService |
Decorates an
HttpService to provide HTTP authorization functionality. |
| AuthServiceBuilder |
Builds a new
AuthService. |
| AuthTokenExtractors |
A utility class that provides singleton instances of authorization token extractor functions.
|
| BasicToken |
The bearer token of HTTP basic access authentication.
|
| HttpAuthService | Deprecated
Use
AuthService. |
| HttpAuthServiceBuilder | Deprecated |
| OAuth1aToken |
The bearer token of OAuth 1.0a authentication.
|
| OAuth2Token |
The bearer token of OAuth 2.0 authentication.
|
Copyright © 2020 LeanCloud. All rights reserved.