Package org.keycloak.common.util
Interface ResteasyProvider
public interface ResteasyProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
<R> R
getContextData
(Class<R> type) void
pushContext
(Class type, Object instance) void
pushDefaultContextObject
(Class type, Object instance)
-
Method Details
-
getContextData
-
pushDefaultContextObject
-
pushContext
-
clearContextData
void clearContextData()
-