Download eagle-security-common-0.4.0.jar file

Introduction

You can download eagle-security-common-0.4.0.jar in this page.

License

Apache License

Type List

eagle-security-common-0.4.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.eagle/eagle-security-common/pom.properties
META-INF/maven/org.apache.eagle/eagle-security-common/pom.xml
org.apache.eagle.security.entity.FileSensitivityAPIEntity.class
org.apache.eagle.security.entity.FileStatusEntity.class
org.apache.eagle.security.entity.HbaseResourceEntity.class
org.apache.eagle.security.entity.HbaseResourceSensitivityAPIEntity.class
org.apache.eagle.security.entity.HdfsUserCommandPatternEntity.class
org.apache.eagle.security.entity.HiveResourceEntity.class
org.apache.eagle.security.entity.HiveResourceSensitivityAPIEntity.class
org.apache.eagle.security.entity.IPZoneEntity.class
org.apache.eagle.security.entity.OozieResourceEntity.class
org.apache.eagle.security.entity.OozieResourceSensitivityAPIEntity.class
org.apache.eagle.security.entity.SecurityEntityRepository.class
org.apache.eagle.security.hdfs.HDFSAuditLogObject.class
org.apache.eagle.security.hdfs.HDFSAuditLogParser.class
org.apache.eagle.security.hdfs.MAPRFSAuditLogObject.class
org.apache.eagle.security.hdfs.MAPRFSAuditLogParser.class
org.apache.eagle.security.partition.Bucket.class
org.apache.eagle.security.partition.BucketComparator.class
org.apache.eagle.security.partition.DataDistributionDaoImpl.class
org.apache.eagle.security.partition.GreedyPartitionAlgorithm.class
org.apache.eagle.security.resolver.AbstractCommandResolver.class
org.apache.eagle.security.resolver.AbstractSensitivityTypeResolver.class
org.apache.eagle.security.resolver.MetadataAccessConfigRepo.class
org.apache.eagle.security.util.AbstractResourceSensitivityPollingJob.class
org.apache.eagle.security.util.BadMetadataAccessConfigException.class
org.apache.eagle.security.util.ExternalDataCache.class
org.apache.eagle.security.util.ExternalDataJoiner.class
org.apache.eagle.security.util.HadoopSecurityUtil.class
org.apache.eagle.security.util.JVMSingleQuartzScheduler.class
org.apache.eagle.security.util.LogParseUtil.class

Pom

eagle-security-common-0.4.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ Licensed to the Apache Software Foundation (ASF) under one or more
  ~ contributor license agreements.  See the NOTICE file distributed with
  ~ this work for additional information regarding copyright ownership.
  ~ The ASF licenses this file to You under the Apache License, Version 2.0
  ~ (the "License"); you may not use this file except in compliance with
  ~ the License.  You may obtain a copy of the License at
  ~
  ~    http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->

<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.eagle</groupId>
    <artifactId>eagle-security-parent</artifactId>
    <version>0.4.0-incubating</version>
  </parent>
  <artifactId>eagle-security-common</artifactId>
  <name>eagle-security-common</name>
  <packaging>jar</packaging>
  <dependencies>
    <dependency>
		<groupId>org.quartz-scheduler</groupId>
		<artifactId>quartz</artifactId>
	</dependency>
  	<dependency>
  		<groupId>org.apache.eagle</groupId>
  		<artifactId>eagle-stream-process-api</artifactId>
        <version>${project.version}</version>
  	</dependency>
  	<dependency>
  		<groupId>org.apache.eagle</groupId>
  		<artifactId>eagle-alert-process</artifactId>
        <version>${project.version}</version>
        <exclusions>
          <exclusion>
            <groupId>org.wso2.orbit.com.lmax</groupId>
            <artifactId>disruptor</artifactId>
          </exclusion>
        </exclusions>
  	</dependency>
    <dependency>
      <groupId>org.apache.eagle</groupId>
      <artifactId>eagle-alert-service</artifactId>
      <version>${project.version}</version>
    </dependency>
	<dependency>
		<groupId>org.json</groupId>
		<artifactId>json</artifactId>
	</dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.eagle</groupId>
   <artifactId>eagle-security-common</artifactId>
   <version>0.4.0</version>
</dependency>

Download

If you think the following eagle-security-common-0.4.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download eagle-security-common-0.4.0.jar file




PreviousNext

Related