Annotation Interface AuthCallback


@Retention(RUNTIME) @Target(METHOD) public @interface AuthCallback
Annotation class for Auth Callbacks Attribute are callType
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the types of authentication callbacks this method should handle.
  • Element Details

    • callType

      AuthCBType[] callType
      Specifies the types of authentication callbacks this method should handle.

      This attribute defines when the annotated method should be invoked by the authentication framework. Multiple callback types can be specified if the same method should handle different types of authentication events.

      Returns:
      an array of AuthCBType values indicating the authentication callback types that this method should handle