Package org.wildfly.security.http
Interface HttpServerScopes
- All Known Subinterfaces:
HttpExchangeSpi,HttpScopeNotification,HttpServerRequest
- All Known Implementing Classes:
BaseHttpServerRequest,HttpServerRequestWrapper
public interface HttpServerScopes
Interface providing access to context specific
HttpScope instances.- Author:
- Darran Lofthouse
-
Method Summary
-
Method Details
-
getScope
Get the specifiedHttpScopeif available.- Parameters:
scope- the type of the scope required.- Returns:
- the scope specified or
nullif not supported.
-
getScopeIds
Get the IDs available for the scope specified.- Parameters:
scope- the scope the IDs are required for.- Returns:
- The IDs available for the scope specified or
nullif the scope specified does not support obtaining scopes by ID.
-
getScope
Get the specifiedHttpScopewith the specified ID.- Parameters:
scope- the type of the scope required.id- the id of the scope instance required.- Returns:
- the scope specified or
nullif not supported or if the scope with that ID does not exist.
-