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