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.http.impl 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 Modifier and Type Method Description HttpScopeHttpServerRequestWrapper. getScope(Scope scope)HttpScopeHttpServerRequestWrapper. getScope(Scope scope, String id)HttpScopeHttpServerScopes. getScope(Scope scope)Get the specifiedHttpScopeif available.HttpScopeHttpServerScopes. getScope(Scope scope, String id)Get the specifiedHttpScopewith the specified ID. -
Uses of HttpScope in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that return HttpScope Modifier and Type Method Description HttpScopeBaseHttpServerRequest. getScope(Scope scope)HttpScopeBaseHttpServerRequest. getScope(Scope scope, String id)
-