io.mosip.pms.partner.manager.dto.AuthPolicyAttributes Maven / Gradle / Ivy
The newest version!
package io.mosip.pms.partner.manager.dto;
import lombok.Data;
@Data
public class AuthPolicyAttributes{
/** authentication type used. */
private String authType;
/** authentication subType used. */
private String authSubType;
/** mandatory attribute value */
private boolean mandatory;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy