Module org.elasticsearch.security
Interface QueryableBuiltInRoles.Listener
- Enclosing class:
QueryableBuiltInRoles
public static interface QueryableBuiltInRoles.Listener
A listener that is notified when the built-in roles change.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when the built-in roles change.
-
Method Details
-
onRolesChanged
Called when the built-in roles change.- Parameters:
roles- the new built-in roles.
-