| Package | Description |
|---|---|
| com.linecorp.armeria.server.auth |
HTTP authorization service.
|
| Modifier and Type | Field and Description |
|---|---|
static Function<? super RequestHeaders,OAuth1aToken> |
AuthTokenExtractors.OAUTH1A
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OAuth1aToken |
OAuth1aToken.of(Map<String,String> params)
Creates a new
OAuth1aToken from the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
static Function<? super RequestHeaders,OAuth1aToken> |
AuthTokenExtractors.oAuth1a()
Returns an
OAuth1aToken extractor function. |
| Modifier and Type | Method and Description |
|---|---|
HttpAuthServiceBuilder |
HttpAuthServiceBuilder.addOAuth1a(Authorizer<? super OAuth1aToken> authorizer)
Deprecated.
|
AuthServiceBuilder |
AuthServiceBuilder.addOAuth1a(Authorizer<? super OAuth1aToken> authorizer)
Adds an OAuth1a
Authorizer. |
HttpAuthServiceBuilder |
HttpAuthServiceBuilder.addOAuth1a(Authorizer<? super OAuth1aToken> authorizer,
CharSequence header)
Deprecated.
|
AuthServiceBuilder |
AuthServiceBuilder.addOAuth1a(Authorizer<? super OAuth1aToken> authorizer,
CharSequence header)
Adds an OAuth1a
Authorizer for the given header. |
Copyright © 2020 LeanCloud. All rights reserved.