Uses of Interface
org.wildfly.security.http.HttpScope
Packages that use HttpScope
Package
Description
Package containing the HTTP based authentication APIs, SPIs and related classes.
Implementation classes which do not form part of the public API.
-
Uses of HttpScope in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpScope -
Uses of HttpScope in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that return HttpScope -
Uses of HttpScope in org.wildfly.security.mechanism._private
Methods in org.wildfly.security.mechanism._private with parameters of type HttpScopeModifier and TypeMethodDescriptionstatic <R> RMechanismUtil.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).