Class OAuth2TokenRevokedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
io.jmix.securityoauth2.event.OAuth2TokenRevokedEvent
All Implemented Interfaces:
Serializable

public class OAuth2TokenRevokedEvent extends org.springframework.context.ApplicationEvent
Event fired after OAuth token revocation.
See Also:
  • Field Details

  • Constructor Details

    • OAuth2TokenRevokedEvent

      public OAuth2TokenRevokedEvent(org.springframework.security.oauth2.common.OAuth2AccessToken source, TokenRevocationInitiator revocationInitiator)
  • Method Details

    • getSource

      public org.springframework.security.oauth2.common.OAuth2AccessToken getSource()
      Overrides:
      getSource in class EventObject
    • getAccessToken

      public org.springframework.security.oauth2.common.OAuth2AccessToken getAccessToken()
    • getRevocationInitiator

      public TokenRevocationInitiator getRevocationInitiator()