![JAR search and dependency download from the Maven repository](/logo.png)
com.sdl.dxa.tridion.pcaclient.ApiClientConfigurationLoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dxa-tridion-common Show documentation
Show all versions of dxa-tridion-common Show documentation
Tridion Common contains common code for Tridion for other DXA artifacts expect model-specific (like DD4T)
The newest version!
package com.sdl.dxa.tridion.pcaclient;
import java.util.Properties;
/**
* Loads and holds public content api client configuration.
*/
public interface ApiClientConfigurationLoader {
/**
* Returns client configuration properties.
*
* @return
*/
Properties getConfiguration();
/**
* Returns GraphQL service endpoint.
*
* @return
*/
String getServiceUrl();
/**
* Returns true when claim forwarding is set by parameter 'dxa.graphql.claimforwarding' in dxa.properties file.
*
* @return
*/
boolean claimForwarding();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy