![JAR search and dependency download from the Maven repository](/logo.png)
com.yahoo.elide.standalone.interfaces.CheckMappingsProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elide-standalone Show documentation
Show all versions of elide-standalone Show documentation
Elide Standalone Application
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