| Package | Description |
|---|---|
| com.linecorp.armeria.server.auth |
HTTP authorization service.
|
| Class and Description |
|---|
| AuthFailureHandler
A callback which is invoked to handle an authorization failure indicated by
Authorizer. |
| Authorizer
Determines whether a given
data is authorized for the service registered in. |
| AuthService
Decorates an
HttpService to provide HTTP authorization functionality. |
| AuthServiceBuilder
Builds a new
AuthService. |
| AuthSuccessHandler
A callback which is invoked to handle an authorization success indicated by
Authorizer. |
| BasicToken
The bearer token of HTTP basic access authentication.
|
| 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.