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

com.daon.identityx.rest.model.support.LegacyAuthenticationPolicy Maven / Gradle / Ivy

/*
* Copyright Daon.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.daon.identityx.rest.model.support;

public class LegacyAuthenticationPolicy {

	private Boolean voiceEnabled;
	private Boolean voiceLivenessEnabled;
	private Boolean faceEnabled;
	private Boolean gpsEnabled;
	private Boolean pinEnabled;
	private Boolean smsVerificationEnabled;
	
	public Boolean getVoiceEnabled() {
		return voiceEnabled;
	}
	public void setVoiceEnabled(Boolean voiceEnabled) {
		this.voiceEnabled = voiceEnabled;
	}
	public Boolean getVoiceLivenessEnabled() {
		return voiceLivenessEnabled;
	}
	public void setVoiceLivenessEnabled(Boolean voiceLivenessEnabled) {
		this.voiceLivenessEnabled = voiceLivenessEnabled;
	}
	public Boolean getFaceEnabled() {
		return faceEnabled;
	}
	public void setFaceEnabled(Boolean faceEnabled) {
		this.faceEnabled = faceEnabled;
	}
	public Boolean getGpsEnabled() {
		return gpsEnabled;
	}
	public void setGpsEnabled(Boolean gpsEnabled) {
		this.gpsEnabled = gpsEnabled;
	}
	public Boolean getPinEnabled() {
		return pinEnabled;
	}
	public void setPinEnabled(Boolean pinEnabled) {
		this.pinEnabled = pinEnabled;
	}
	public Boolean getSmsVerificationEnabled() {
		return smsVerificationEnabled;
	}
	public void setSmsVerificationEnabled(Boolean smsVerificationEnabled) {
		this.smsVerificationEnabled = smsVerificationEnabled;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy