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

com.uid2.shared.auth.IOperatorChangeHandler Maven / Gradle / Ivy

package com.uid2.shared.auth;

import com.uid2.shared.model.EnclaveIdentifier;

import java.util.Set;

public interface IOperatorChangeHandler {
    void handle(Set newSet);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy