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

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

package com.uid2.shared.auth;


import com.uid2.shared.model.EnclaveIdentifier;

import java.util.Collection;

public interface IEnclaveIdentifierProvider {
    Collection getAll();
    void addListener(IOperatorChangeHandler handler) throws Exception;
    void removeListener(IOperatorChangeHandler handler);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy