Uses of Interface
org.wildfly.security.http.HttpScope
-
Packages that use HttpScope Package Description org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.org.wildfly.security.mechanism._private -
-
Uses of HttpScope in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpScope Modifier and Type Method Description HttpScope
HttpServerRequestWrapper. getScope(Scope scope)
HttpScope
HttpServerRequestWrapper. getScope(Scope scope, String id)
HttpScope
HttpServerScopes. getScope(Scope scope)
Get the specifiedHttpScope
if available.HttpScope
HttpServerScopes. getScope(Scope scope, String id)
Get the specifiedHttpScope
with the specified ID. -
Uses of HttpScope in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private with parameters of type HttpScope Modifier and Type Method Description static <R> R
MechanismUtil. computeIfAbsent(HttpScope scope, String key, Function<String,R> mappingFunction)
Get or compute the value for the given key in HttpScope, storing the computed value (if one is generated).
-