Package org.wildfly.security.http
Interface HttpScopeNotification
- All Superinterfaces:
HttpServerScopes
Interface providing information about scope notifications.
- Author:
- Pedro Igor
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface org.wildfly.security.http.HttpServerScopes
getScope, getScope, getScopeIds
-
Method Details
-
isOfType
Returnstrueif this notification matches any of the specified types.- Parameters:
types- the notification types to check- Returns:
trueif this notification matches any of the specified types. Otherwisefalse
-