Package | Description |
---|---|
org.wildfly.security.http |
Package containing the HTTP based authentication APIs, SPIs and related classes.
|
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HttpScope |
HttpServerRequestWrapper.getScope(Scope scope) |
HttpScope |
HttpServerScopes.getScope(Scope scope)
Get the specified
HttpScope if available. |
HttpScope |
HttpServerRequestWrapper.getScope(Scope scope,
String id) |
HttpScope |
HttpServerScopes.getScope(Scope scope,
String id)
Get the specified
HttpScope with the specified ID. |
Collection<String> |
HttpServerRequestWrapper.getScopeIds(Scope scope) |
Collection<String> |
HttpServerScopes.getScopeIds(Scope scope)
Get the IDs available for the scope specified.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.