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 SummaryNested Classes Modifier and Type Interface Description static classHttpScopeNotification.SessionNotificationTypeScope.SESSIONnotification types
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisOfType(Enum... types)Returnstrueif this notification matches any of the specified types.- 
Methods inherited from interface org.wildfly.security.http.HttpServerScopesgetScope, getScope, getScopeIds
 
- 
 
- 
- 
- 
Method Detail- 
isOfTypeboolean isOfType(Enum... types) 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. Otherwise- false
 
 
- 
 
-