Interface AuthCallbacks.GenericCallback<T>

All Known Implementing Classes:
AuthHandler.ClientSideHandler.AuthHandshakeCompleteCallback, AuthHandler.ClientSideHandler.AuthRequestCallback, AuthHandler.ServerSideHandler.AuthHandshakeCompleteCallback, AuthHandler.ServerSideHandler.AuthResponseCallback, AuthHandler.ServerSideHandler.AuthResponseCallbackLegacy
Enclosing class:
AuthCallbacks

public static interface AuthCallbacks.GenericCallback<T>
Generic callback used in authentication providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operationComplete(int rc, T result)
     
  • Method Details

    • operationComplete

      void operationComplete(int rc, T result)