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

com.yahoo.elide.standalone.interfaces.CheckMappingsProvider Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2017, Yahoo Inc.
 * Licensed under the Apache License, Version 2.0
 * See LICENSE file in project root for terms.
 */
package com.yahoo.elide.standalone.interfaces;

import com.yahoo.elide.core.security.checks.Check;

import java.util.Map;

/**
 * Provider for check mappings.
 */
public interface CheckMappingsProvider {

    /**
     * Get check mappings.
     *
     * @return Check mappings.
     */
    Map> getCheckMappings();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy