java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.callback.WhiteboardCallback
All Implemented Interfaces:
Callback

public class WhiteboardCallback extends Object implements Callback
Callback implementation to set and retrieve the Whiteboard.
  • Constructor Details

    • WhiteboardCallback

      public WhiteboardCallback()
  • Method Details

    • getWhiteboard

      public Whiteboard getWhiteboard()
      Returns the whiteboard as set using setWhiteboard(Whiteboard) or null.
      Returns:
      an instance of Whiteboard or null if no provider has been set before.
    • setWhiteboard

      public void setWhiteboard(Whiteboard whiteboard)
      Sets the Whiteboard that is being used during the authentication process.
      Parameters:
      whiteboard - The Whiteboard to use during the authentication process.