AuthService.@Deprecated public final class HttpAuthService extends AuthService
HttpService to provide HTTP authorization functionality.| Modifier and Type | Method and Description |
|---|---|
static Function<? super HttpService,AuthService> |
newDecorator(Authorizer<HttpRequest>... authorizers)
Deprecated.
|
static Function<? super HttpService,AuthService> |
newDecorator(Iterable<? extends Authorizer<HttpRequest>> authorizers)
Deprecated.
|
builder, serveserviceAdded, shouldCachePathas, delegate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdecorate, decorateas, decorate, serviceAdded, shouldCachePath@Deprecated public static Function<? super HttpService,AuthService> newDecorator(Iterable<? extends Authorizer<HttpRequest>> authorizers)
AuthService.newDecorator(Iterable).HttpService decorator using the specified
Authorizers.authorizers - a list of Authorizers.@SafeVarargs @Deprecated public static Function<? super HttpService,AuthService> newDecorator(Authorizer<HttpRequest>... authorizers)
AuthService.newDecorator(Authorizer[]).HttpService decorator using the specified
Authorizers.authorizers - the array of Authorizers.Copyright © 2020 LeanCloud. All rights reserved.