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

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

package com.uid2.shared.store;

import com.uid2.shared.auth.IAuthorizableProvider;
import com.uid2.shared.auth.OperatorKey;

import java.util.Collection;

public interface IOperatorKeyProvider extends IAuthorizableProvider {
    OperatorKey getOperatorKey(String token);
    OperatorKey getOperatorKeyFromHash(String hash);
    Collection getAll();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy