Class AuthorizationCallbackProxy

Object
com.tailf.dp.annotations.AuthorizationCallbackProxy
All Implemented Interfaces:
DpAuthorizationCallback

public class AuthorizationCallbackProxy extends Object implements DpAuthorizationCallback
Callback proxy for Authorization Callbacks. Implements the DpAuthorizationCallback interface and delegates calls to the registered callback POJO with annotated methods
  • Constructor Details

    • AuthorizationCallbackProxy

      public AuthorizationCallbackProxy(Object backupObject)
      Constructor for Callback proxys. Used internally.
      Parameters:
      backupObject - registered callback POJO
  • Method Details