Uses of Class
com.caplin.server.auth.MapObject
-
Packages that use MapObject Package Description com.caplin.server.auth examples -
-
Uses of MapObject in com.caplin.server.auth
Methods in com.caplin.server.auth with parameters of type MapObject Modifier and Type Method Description void
DelayedResultReceiver. delayedMapObjectResult(UserSession userSession, MapObject mappedObject, AuthenticationResult result)
Use to provide a delayed result for aAuthenticator.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)
-
Uses of MapObject in examples
Methods in examples with parameters of type MapObject Modifier and Type Method Description AuthenticationResult
OpenAuthenticator. mapObject(UserSession session, MapObject mapObject)
AuthenticationResult
PermissionAuthenticator. mapObject(UserSession session, MapObject mapObject)
AuthenticationResult
TieringAuthenticator. mapObject(UserSession session, MapObject mapObject)
-