Package | Description |
---|---|
com.caplin.server.auth |
Provides the core interfaces and classes that are required to write a Liberator Auth Module.
|
examples |
Some basic examples of Liberator Auth Modules.
|
Modifier and Type | Method and Description |
---|---|
void |
DelayedResultReceiver.delayedMapObjectResult(UserSession userSession,
MapObject mappedObject,
AuthenticationResult result)
Use to provide a delayed result for a
Authenticator.mapObject call. |
AuthenticationResult |
Authenticator.mapObject(UserSession session,
MapObject mapObject)
This method will be called every time a user tries to read an object (before checkRead).
|
AuthenticationResult |
AuthenticatorAdaptor.mapObject(UserSession session,
MapObject mapObject) |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
OpenAuthenticator.mapObject(UserSession session,
MapObject mapObject) |
AuthenticationResult |
PermissionAuthenticator.mapObject(UserSession session,
MapObject mapObject) |
AuthenticationResult |
TieringAuthenticator.mapObject(UserSession session,
MapObject mapObject) |
Please send bug reports and comments to Caplin support