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

com.cybersource.logging.SensitiveDataConfiguration Maven / Gradle / Ivy

There is a newer version: 0.0.33
Show newest version
package com.cybersource.logging;

public class SensitiveDataConfiguration {
	public SensitiveTag[] sensitiveTags;
	public AuthenticationSchemeTag[] authenticationSchemes;

	public SensitiveTag[] getSensitiveTags() {
		return sensitiveTags;
	}

	public void setSensitiveTags(SensitiveTag[] sensitiveTags) {
		this.sensitiveTags = sensitiveTags;
	}

	public AuthenticationSchemeTag[] getAuthenticationSchemes() {
		return authenticationSchemes;
	}

	public void setAuthenticationSchemeTags(AuthenticationSchemeTag[] authenticationSchemes) {
		this.authenticationSchemes = authenticationSchemes;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy