Uses of Class
com.caplin.server.auth.MapObject
-
Uses of MapObject in com.caplin.server.auth
Modifier and TypeMethodDescriptionvoid
DelayedResultReceiver.delayedMapObjectResult
(UserSession userSession, MapObject mappedObject, AuthenticationResult result) Use to provide a delayed result for aAuthenticator.mapObject
call.Authenticator.mapObject
(UserSession session, MapObject mapObject) This method will be called every time a user tries to read an object (before checkRead).AuthenticatorAdaptor.mapObject
(UserSession session, MapObject mapObject) -
Uses of MapObject in examples
Modifier and TypeMethodDescriptionOpenAuthenticator.mapObject
(UserSession session, MapObject mapObject) PermissionAuthenticator.mapObject
(UserSession session, MapObject mapObject) TieringAuthenticator.mapObject
(UserSession session, MapObject mapObject)