public interface HttpServerScopes
HttpScope
instances.Modifier and Type | Method and Description |
---|---|
HttpScope |
getScope(Scope scope)
Get the specified
HttpScope if available. |
HttpScope |
getScope(Scope scope,
String id)
Get the specified
HttpScope with the specified ID. |
Collection<String> |
getScopeIds(Scope scope)
Get the IDs available for the scope specified.
|
HttpScope getScope(Scope scope)
HttpScope
if available.scope
- the type of the scope required.null
if not supported.Collection<String> getScopeIds(Scope scope)
scope
- the scope the IDs are required for.null
if the scope specified does not support obtaining scopes by ID.Copyright © 2020 JBoss by Red Hat. All rights reserved.