Interface AuthorizationCodeDanceCallbackContext


  • public interface AuthorizationCodeDanceCallbackContext
    Implementations keep context information between the before and after callbacks set for an AuthorizationCodeOAuthDancer.
    Since:
    1.0
    • Method Detail

      • getParameter

        Optional<Object> getParameter​(String paramKey)
        Allows access to an attribute of this context, as defined by the implementation.
        Parameters:
        paramKey - the key of the parameter to get from the context.
        Returns:
        an Optional containing the value for the requested paramKey if present, or empty if not.