Package org.wildfly.security.http
Interface HttpScopeNotification
-
- All Superinterfaces:
HttpServerScopes
public interface HttpScopeNotification extends HttpServerScopes
Interface providing information about scope notifications.- Author:
- Pedro Igor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HttpScopeNotification.SessionNotificationType
Scope.SESSION
notification types
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isOfType(Enum... types)
Returnstrue
if this notification matches any of the specified types.-
Methods inherited from interface org.wildfly.security.http.HttpServerScopes
getScope, getScope, getScopeIds
-
-
-
-
Method Detail
-
isOfType
boolean isOfType(Enum... types)
Returnstrue
if this notification matches any of the specified types.- Parameters:
types
- the notification types to check- Returns:
true
if this notification matches any of the specified types. Otherwisefalse
-
-