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

io.mosip.kernel.emailnotification.dto.AuthorizedRolesDto Maven / Gradle / Ivy

The newest version!
package io.mosip.kernel.emailnotification.dto;

import java.util.List;

import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;

import lombok.Getter;
import lombok.Setter;


@Component("authorizedRoles")
@ConfigurationProperties(prefix = "mosip.role.kernel")
@Getter
@Setter
public class AuthorizedRolesDto {

//EmailNotificationController
	
	private List postemailsend;
	
//SmsNotificationController
	
	private Listpostsmssend;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy