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

com.uid2.shared.store.IKeyAclProvider Maven / Gradle / Ivy

package com.uid2.shared.store;

import com.uid2.shared.model.EncryptionKey;
import com.uid2.shared.auth.ClientKey;

import java.time.Instant;

public interface IKeyAclProvider {
    IKeysAclSnapshot getSnapshot(Instant asOf);
    IKeysAclSnapshot getSnapshot();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy