public class WhiteboardCallback extends Object implements Callback
Whiteboard.| Constructor and Description |
|---|
WhiteboardCallback() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard |
getWhiteboard()
Returns the whiteboard as set using
setWhiteboard(Whiteboard)
or null. |
void |
setWhiteboard(org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard whiteboard)
Sets the
Whiteboard that is being used during the
authentication process. |
public org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard getWhiteboard()
setWhiteboard(Whiteboard)
or null.Whiteboard or null if no
provider has been set before.public void setWhiteboard(org.apache.jackrabbit.oak.spi.whiteboard.Whiteboard whiteboard)
Whiteboard that is being used during the
authentication process.whiteboard - The Whiteboard to use during the
authentication process.Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.