public class ServicesDefaultValues extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RANDOM_SECURE |
static String |
RANDOM_SECURE_256 |
Modifier and Type | Method and Description |
---|---|
static Map |
getDefaultValues()
Returns the map of default attribute name to its value.
|
static boolean |
isCookieDomainValid(String cookieDomain)
Validates if cookie Domain is syntactically correct.
|
static void |
setDeployURI(String deployURI,
Map map)
Set the deploy URI.
|
static void |
setServiceConfigValues(IHttpServletRequest request)
This method validates the form fields and populates the
map with valid values.
|
static String |
tagSwap(String orig)
Returns the tag swapped string.
|
static String |
tagSwap(String orig,
boolean bXML)
Returns the tag swapped string.
|
public static final String RANDOM_SECURE
public static final String RANDOM_SECURE_256
public static void setServiceConfigValues(IHttpServletRequest request)
request
- is the Servlet Request.public static boolean isCookieDomainValid(String cookieDomain)
cookieDomain
- is the user specified cookie domain.true
if syntax for cookie domain is correct.public static Map getDefaultValues()
public static void setDeployURI(String deployURI, Map map)
deployURI
- Deploy URI.map
- Service attribute values.public static String tagSwap(String orig)
orig
- String to be tag swapped.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.