Package | Description |
---|---|
io.vertx.ext.auth.oauth2.authorization | |
io.vertx.reactivex.ext.auth.oauth2.authorization | |
io.vertx.rxjava.ext.auth.oauth2.authorization |
Modifier and Type | Method and Description |
---|---|
static ScopeAuthorization |
ScopeAuthorization.create(String scopeSeparator)
Factory method to create a Authorization provider for Oauth 2.0 scopes.
|
static ScopeAuthorization |
ScopeAuthorization.create(String scopeSeparator,
String claimKey)
Factory method to create a Authorization provider for OpenID Connect scopes.
|
Modifier and Type | Method and Description |
---|---|
ScopeAuthorization |
ScopeAuthorization.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ScopeAuthorization |
ScopeAuthorization.newInstance(ScopeAuthorization arg) |
Constructor and Description |
---|
ScopeAuthorization(ScopeAuthorization delegate) |
Modifier and Type | Method and Description |
---|---|
ScopeAuthorization |
ScopeAuthorization.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ScopeAuthorization |
ScopeAuthorization.newInstance(ScopeAuthorization arg) |
Constructor and Description |
---|
ScopeAuthorization(ScopeAuthorization delegate) |
Copyright © 2021 Eclipse. All rights reserved.