Package com.intuit.karate.http
Class ServerConfig
java.lang.Object
com.intuit.karate.http.ServerConfig
- Author:
- pthomas3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautoCreateSession(boolean value) contextFactory(Function<Request, ServerContext> value) devMode(boolean value) inthomePagePath(String value) hostContextPath(String value) httpClientFactory(Function<Request, HttpClient> value) booleanbooleanbooleanbooleanbooleannoCache(boolean value) sessionCookieName(String value) sessionExpirySeconds(int value) sessionStore(SessionStore value) signinPagePath(String value) signoutPagePath(String value) stripContextPathFromRequest(boolean value) useGlobalSession(boolean value)
-
Field Details
-
GLOBAL_SESSION
-
-
Constructor Details
-
ServerConfig
-
ServerConfig
-
-
Method Details
-
getResourceResolver
-
getHostContextPath
-
getHomePagePath
-
getSigninPagePath
-
getSignoutPagePath
-
getSessionCookieName
-
isStripContextPathFromRequest
public boolean isStripContextPathFromRequest() -
isUseGlobalSession
public boolean isUseGlobalSession() -
isAutoCreateSession
public boolean isAutoCreateSession() -
isNoCache
public boolean isNoCache() -
isDevMode
public boolean isDevMode() -
getSessionExpirySeconds
public int getSessionExpirySeconds() -
getSessionStore
-
getContextFactory
-
getHttpClientFactory
-
hostContextPath
-
homePagePath
-
signinPagePath
-
signoutPagePath
-
sessionCookieName
-
stripContextPathFromRequest
-
useGlobalSession
-
autoCreateSession
-
noCache
-
devMode
-
sessionStore
-
sessionExpirySeconds
-
contextFactory
-
httpClientFactory
-