Uses of Class
org.glassfish.contextpropagation.internal.AccessControlledMap
-
-
Uses of AccessControlledMap in org.glassfish.contextpropagation
Methods in org.glassfish.contextpropagation that return AccessControlledMap Modifier and Type Method Description AccessControlledMapContextMap. getAccessControlledMap()This method is used when one needs to propagate the ContextMap to another Thread. -
Uses of AccessControlledMap in org.glassfish.contextpropagation.bootstrap
Methods in org.glassfish.contextpropagation.bootstrap that return AccessControlledMap Modifier and Type Method Description AccessControlledMapThreadLocalAccessor. get()Methods in org.glassfish.contextpropagation.bootstrap with parameters of type AccessControlledMap Modifier and Type Method Description voidThreadLocalAccessor. set(AccessControlledMap contextMap)Saves the ContextMap on the current thread. -
Uses of AccessControlledMap in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal that return AccessControlledMap Modifier and Type Method Description AccessControlledMapUtils.PrivilegedWireAdapterAccessor. getAccessControlledMap(boolean create)protected AccessControlledMapUtils.AccessControlledMapFinder. getMapAndCreateIfNeeded()protected AccessControlledMapUtils.AccessControlledMapFinder. getMapIfItExists() -
Uses of AccessControlledMap in org.glassfish.contextpropagation.spi
Methods in org.glassfish.contextpropagation.spi with parameters of type AccessControlledMap Modifier and Type Method Description voidContextMapPropagator. restoreThreadContexts(AccessControlledMap contexts)Copies the entries that have the propagation mode THREAD to this thread's ContextMap.
-