All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.security.spring.config.IdentityServiceConfiguration Maven / Gradle / Ivy

There is a newer version: 3.5.6
Show newest version
package com.sap.cloud.security.spring.config;

import com.sap.cloud.security.config.Service;
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties("sap.security.services.identity")
public class IdentityServiceConfiguration extends OAuth2ServiceConfigurationProperties {

	/**
	 * Creates a new instance to map configuration of a dedicated identity service.
	 *
	 */
	public IdentityServiceConfiguration() {
		super(Service.IAS);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy