| Package | Description |
|---|---|
| com.linecorp.armeria.server.auth |
HTTP authorization service.
|
| Modifier and Type | Method and Description |
|---|---|
HttpAuthService |
HttpAuthServiceBuilder.build(HttpService delegate)
Returns a newly-created
HttpAuthService based on the Authorizers added to this builder. |
| Modifier and Type | Method and Description |
|---|---|
Function<? super HttpService,HttpAuthService> |
HttpAuthServiceBuilder.newDecorator()
Returns a newly-created decorator that decorates an
HttpService with a new
HttpAuthService based on the Authorizers added to this builder. |
static Function<? super HttpService,HttpAuthService> |
HttpAuthService.newDecorator(Authorizer<HttpRequest>... authorizers)
Creates a new HTTP authorization
HttpService decorator using the specified
Authorizers. |
static Function<? super HttpService,HttpAuthService> |
HttpAuthService.newDecorator(Iterable<? extends Authorizer<HttpRequest>> authorizers)
Creates a new HTTP authorization
HttpService decorator using the specified
Authorizers. |
Copyright © 2020 LeanCloud. All rights reserved.