Class WhiteboardCallback
java.lang.Object
org.apache.jackrabbit.oak.spi.security.authentication.callback.WhiteboardCallback
- All Implemented Interfaces:
Callback
Callback implementation to set and retrieve the
Whiteboard.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jackrabbit.oak.spi.whiteboard.WhiteboardReturns the whiteboard as set usingsetWhiteboard(Whiteboard)ornull.voidsetWhiteboard(org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard whiteboard) Sets theWhiteboardthat is being used during the authentication process.
-
Constructor Details
-
WhiteboardCallback
public WhiteboardCallback()
-
-
Method Details
-
getWhiteboard
public org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard getWhiteboard()Returns the whiteboard as set usingsetWhiteboard(Whiteboard)ornull.- Returns:
- an instance of
Whiteboardornullif no provider has been set before.
-
setWhiteboard
public void setWhiteboard(org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard whiteboard) Sets theWhiteboardthat is being used during the authentication process.- Parameters:
whiteboard- TheWhiteboardto use during the authentication process.
-