Class WikiEngineCallback

java.lang.Object
org.apache.wiki.auth.login.WikiEngineCallback
All Implemented Interfaces:
Callback

public class WikiEngineCallback
extends Object
implements Callback
Callback for requesting and supplying the WikiEngine object required by a LoginModule. This Callback is used by LoginModules needing access to the external authorizer or group manager.
Since:
2.5
  • Constructor Details

  • Method Details

    • setEngine

      public void setEngine​(Engine engine)
      Sets the engine object. CallbackHandler objects call this method.
      Parameters:
      engine - the engine
    • getEngine

      public Engine getEngine()
      Returns the engine. LoginModules call this method after a CallbackHandler sets the engine.
      Returns:
      the engine