Package com.skava.common.constants
Class CookieUtil
java.lang.Object
com.skava.common.constants.CookieUtil
To get cookie value
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isCSRAdminInCookie
(String key, org.apache.camel.Exchange exchange) Finds isCSRAdmin in Cookie header and return true
-
Method Details
-
isCSRAdminInCookie
Finds isCSRAdmin in Cookie header and return true- Parameters:
key
- defines key valueexchange
- Message Exchange Patterns- Returns:
- isCSRAdminInCookie returns boolean value
-