Package org.keycloak.common.util
Interface ResteasyProvider
-
public interface ResteasyProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearContextData()
<R> R
getContextData(Class<R> type)
void
pushContext(Class type, Object instance)
void
pushDefaultContextObject(Class type, Object instance)
-