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 classHttpScopeNotification.SessionNotificationTypeScope.SESSIONnotification types 
- 
Method Summary
All 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.HttpServerScopes
getScope, getScope, getScopeIds 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isOfType
boolean 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. Otherwisefalse
 
 - 
 
 -