public class AuthenticationEndpointUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getApplicationSpecificCustomPageConfigKey(String serviceProviderName,
String relativePath)
Returns the application specific custom page configuration servlet context parameter key given the service
provider name and the relative URL path.
|
static String |
getCustomPageRedirectUrl(String customPageConfigValue,
String queryString)
Populate and return the redirect url for the given context parameter configuration value and the given
query string.
|
public static String getApplicationSpecificCustomPageConfigKey(String serviceProviderName, String relativePath)
serviceProviderName - name of the service provider configured at IdPrelativePath - relative URL pathpublic static String getCustomPageRedirectUrl(String customPageConfigValue, String queryString)
customPageConfigValue - configured custom page url value as a servlet context paramqueryString - query string of the incoming requestCopyright © 2016 WSO2. All rights reserved.