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 TypeMethodDescriptionReturns the whiteboard as set usingsetWhiteboard(Whiteboard)
ornull
.void
setWhiteboard
(Whiteboard whiteboard) Sets theWhiteboard
that is being used during the authentication process.
-
Constructor Details
-
WhiteboardCallback
public WhiteboardCallback()
-
-
Method Details
-
getWhiteboard
Returns the whiteboard as set usingsetWhiteboard(Whiteboard)
ornull
.- Returns:
- an instance of
Whiteboard
ornull
if no provider has been set before.
-
setWhiteboard
Sets theWhiteboard
that is being used during the authentication process.- Parameters:
whiteboard
- TheWhiteboard
to use during the authentication process.
-