Class RevocationAndExternallyTerminatedHandler
java.lang.Object
energy.eddie.regionconnector.cds.permission.handlers.RevocationAndExternallyTerminatedHandler
- All Implemented Interfaces:
EventHandler<PermissionEvent>
@Component
public class RevocationAndExternallyTerminatedHandler
extends Object
implements EventHandler<PermissionEvent>
-
Constructor Summary
ConstructorsConstructorDescriptionRevocationAndExternallyTerminatedHandler(OAuthCredentialsRepository repository, EventBus eventBus) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(PermissionEvent event) Subscription method for the event bus
-
Constructor Details
-
Method Details
-
accept
Description copied from interface:EventHandlerSubscription method for the event bus- Specified by:
acceptin interfaceEventHandler<PermissionEvent>- Parameters:
event- event that indicates that a permission request has been changed
-