| Package | Description |
|---|---|
| io.helidon.security.abac.scope |
Scope (OAuth2) attribute validator.
|
| Modifier and Type | Method and Description |
|---|---|
static ScopeValidator.ScopesConfig |
ScopeValidator.ScopesConfig.create(Config config)
Create an instance from configuration (of endpoint).
|
static ScopeValidator.ScopesConfig |
ScopeValidator.ScopesConfig.create(String... scopes)
Create an instance from an array of scopes.
|
static ScopeValidator.ScopesConfig |
ScopeValidator.ScopesConfig.create(List<ScopeValidator.Scope> scopes)
Create an instance from a list of annotations.
|
ScopeValidator.ScopesConfig |
ScopeValidator.fromAnnotations(EndpointConfig endpointConfig) |
ScopeValidator.ScopesConfig |
ScopeValidator.fromConfig(Config config) |
| Modifier and Type | Method and Description |
|---|---|
Class<ScopeValidator.ScopesConfig> |
ScopeValidator.configClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScopeValidator.validate(ScopeValidator.ScopesConfig config,
Errors.Collector collector,
ProviderRequest request) |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.