Package org.wso2.carbon.webapp.mgt.sso
Class WebappSSOConstants
java.lang.Object
org.wso2.carbon.webapp.mgt.sso.WebappSSOConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic Stringstatic final StringCustom HTTP header that can override the default generated ACS url for a web application.static Stringstatic final Stringstatic final StringTenant name as specified in web.xml of application.static final Stringstatic final Stringprotected static final Stringstatic final Stringstatic final StringURLs that need to be skipped from SSO flow, as configured in web.xml of application.static final Stringstatic final Stringstatic Stringstatic final StringTenant url prefix used by default in application server.static final StringWeb application prefix used by default in application server. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENABLE_SAML2_SSO
- See Also:
-
SSO_CONFIG_FILE_NAME
- See Also:
-
SAMLSSOURL
- See Also:
-
SSO_AGENT_CONFIG
- See Also:
-
HANDLE_CONSUMER_URL_AFTER_SLO
- See Also:
-
REDIRECT_PATH_AFTER_SLO
- See Also:
-
REQUEST_PARAM_MAP
- See Also:
-
SSO_SP_CONFIG_PATH
-
APP_SERVER_URL
-
ENABLE_IDP_SESSION_VALIDATION_BEFORE_LOGOUT
-
CONSUMER_URL_POSTFIX
-
ENABLE_SAML2_SSO_WITH_TENANT
Tenant name as specified in web.xml of application.- See Also:
-
SKIP_URIS
URLs that need to be skipped from SSO flow, as configured in web.xml of application.- See Also:
-
CUSTOM_ACS_HEADER
Custom HTTP header that can override the default generated ACS url for a web application.- See Also:
-
TENANT_URL_PREFIX
Tenant url prefix used by default in application server.- See Also:
-
WEBAPP_PREFIX
Web application prefix used by default in application server.- See Also:
-
-
Constructor Details
-
WebappSSOConstants
public WebappSSOConstants()
-