Uses of Class
com.caplin.server.auth.MapObject
Packages that use MapObject
-
Uses of MapObject in com.caplin.server.auth
Methods in com.caplin.server.auth with parameters of type MapObjectModifier and TypeMethodDescriptionvoidDelayedResultReceiver.delayedMapObjectResult(UserSession userSession, MapObject mappedObject, AuthenticationResult result) Use to provide a delayed result for aAuthenticator.mapObjectcall.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)