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

com.daon.identityx.rest.model.pojo.U2FPolicy Maven / Gradle / Ivy

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

public class U2FPolicy {
	
	private String[][] acceptedAuthenticatorTypes = null;
	private String[][] disallowedAuthenticatorTypes = null;
		
	public String[][] getAcceptedAuthenticatorTypes() {
		return acceptedAuthenticatorTypes;
	}

	public void setAcceptedAuthenticatorTypes(String[][] acceptedAuthenticatorTypes) {
		this.acceptedAuthenticatorTypes = acceptedAuthenticatorTypes;
	}
	
	public String[][] getDisallowedAuthenticatorTypes() {
		return disallowedAuthenticatorTypes;
	}
	
	public void setDisallowedAuthenticatorTypes(String[][] disallowedAuthenticatorTypes) {
		this.disallowedAuthenticatorTypes = disallowedAuthenticatorTypes;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy