Searched defs:SETUP_URI (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DClientConfiguratorFilter.java57 private static final String SETUP_URI = "/Configurator.jsp"; field in class:ClientConfiguratorFilter
79 if (httpRequest.getRequestURI().endsWith(SETUP_URI)) {
88 httpRequest.getContextPath() + SETUP_URI;
/forgerock/openam/openam-examples/openam-example-clientsdk-war/src/main/java/com/sun/identity/setup/
H A DClientConfiguratorFilter.java57 private static final String SETUP_URI = "/Configurator.jsp"; field in class:ClientConfiguratorFilter
79 if (httpRequest.getRequestURI().endsWith(SETUP_URI)) {
88 httpRequest.getContextPath() + SETUP_URI;
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DConfiguratorFilter.java55 private static final String SETUP_URI = "/Configurator.jsp"; field in class:ConfiguratorFilter
79 if (httpRequest.getRequestURI().endsWith(SETUP_URI)) {
88 httpRequest.getContextPath() + SETUP_URI;
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/
H A DConfiguratorFilter.java55 private static final String SETUP_URI = "/Configurator.jsp"; field in class:ConfiguratorFilter
79 if (httpRequest.getRequestURI().endsWith(SETUP_URI)) {
88 httpRequest.getContextPath() + SETUP_URI;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupFilter.java57 private static final String SETUP_URI = "/config/options.htm"; field in class:AMSetupFilter
124 url += SETUP_URI;
160 return requestUri.endsWith(SETUP_URI) || requestUri.endsWith(SETUP_PROGRESS_URI)
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupFilter.java59 private static final String SETUP_URI = "/config/options.htm"; field in class:AMSetupFilter
129 url += SETUP_URI;
166 return requestUri.endsWith(SETUP_URI) || requestUri.endsWith(SETUP_PROGRESS_URI)

Completed in 336 milliseconds