Interface WhiteboardAware

  • All Known Implementing Classes:
    SecurityProviderImpl

    public interface WhiteboardAware
    Marker interface for services than can hold a whiteboard.
    • Method Detail

      • setWhiteboard

        void setWhiteboard​(@NotNull
                           @NotNull Whiteboard whiteboard)
        Sets the whiteboard.
        Parameters:
        whiteboard - the whiteboard
      • getWhiteboard

        @Nullable
        @Nullable Whiteboard getWhiteboard()
        Returns the whiteboard
        Returns:
        the whiteboard