You can download cdap-security-4.1.0.jar in this page.
Apache License
cdap-security-4.1.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/co.cask.cdap/cdap-security/pom.properties META-INF/maven/co.cask.cdap/cdap-security/pom.xml co.cask.cdap.security.auth.AbstractKeyManager.class co.cask.cdap.security.auth.AccessToken.class co.cask.cdap.security.auth.AccessTokenCodec.class co.cask.cdap.security.auth.AccessTokenIdentifier.class co.cask.cdap.security.auth.AccessTokenIdentifierCodec.class co.cask.cdap.security.auth.AccessTokenTransformer.class co.cask.cdap.security.auth.AccessTokenValidator.class co.cask.cdap.security.auth.DistributedKeyManager.class co.cask.cdap.security.auth.FileBasedKeyManager.class co.cask.cdap.security.auth.InMemoryKeyManager.class co.cask.cdap.security.auth.InvalidDigestException.class co.cask.cdap.security.auth.InvalidTokenException.class co.cask.cdap.security.auth.KeyIdentifier.class co.cask.cdap.security.auth.KeyIdentifierCodec.class co.cask.cdap.security.auth.KeyManager.class co.cask.cdap.security.auth.MapBackedKeyManager.class co.cask.cdap.security.auth.Signed.class co.cask.cdap.security.auth.TokenManager.class co.cask.cdap.security.auth.TokenState.class co.cask.cdap.security.auth.TokenValidator.class co.cask.cdap.security.auth.context.AuthenticationContextModules.class co.cask.cdap.security.auth.context.AuthenticationTestContext.class co.cask.cdap.security.auth.context.MasterAuthenticationContext.class co.cask.cdap.security.auth.context.ProgramContainerAuthenticationContext.class co.cask.cdap.security.authorization.AbstractAuthorizationService.class co.cask.cdap.security.authorization.AuthorizationBootstrapper.class co.cask.cdap.security.authorization.AuthorizationContextFactory.class co.cask.cdap.security.authorization.AuthorizationEnforcementModule.class co.cask.cdap.security.authorization.AuthorizationEnforcementService.class co.cask.cdap.security.authorization.AuthorizerAsPrivilegesManager.class co.cask.cdap.security.authorization.AuthorizerClassLoader.class co.cask.cdap.security.authorization.AuthorizerInstantiator.class co.cask.cdap.security.authorization.DefaultAuthorizationContext.class co.cask.cdap.security.authorization.DefaultAuthorizationEnforcementService.class co.cask.cdap.security.authorization.DefaultPrivilegesFetcherProxyService.class co.cask.cdap.security.authorization.DefaultPrivilegesManager.class co.cask.cdap.security.authorization.InvalidAuthorizerException.class co.cask.cdap.security.authorization.PrivilegesFetcherProxyService.class co.cask.cdap.security.authorization.RemotePrivilegesFetcher.class co.cask.cdap.security.authorization.RemotePrivilegesManager.class co.cask.cdap.security.guice.DistributedSecurityModule.class co.cask.cdap.security.guice.FileBasedSecurityModule.class co.cask.cdap.security.guice.InMemorySecurityModule.class co.cask.cdap.security.guice.SecureStoreModules.class co.cask.cdap.security.guice.SecurityModule.class co.cask.cdap.security.guice.SecurityModules.class co.cask.cdap.security.guice.preview.PreviewSecureStore.class co.cask.cdap.security.guice.preview.PreviewSecureStoreModule.class co.cask.cdap.security.impersonation.AbstractCachedUGIProvider.class co.cask.cdap.security.impersonation.CurrentUGIProvider.class co.cask.cdap.security.impersonation.DefaultImpersonator.class co.cask.cdap.security.impersonation.DefaultUGIProvider.class co.cask.cdap.security.impersonation.EntityImpersonator.class co.cask.cdap.security.impersonation.ImpersonationUtils.class co.cask.cdap.security.impersonation.Impersonator.class co.cask.cdap.security.impersonation.RemoteUGIProvider.class co.cask.cdap.security.impersonation.UGIProvider.class co.cask.cdap.security.impersonation.UnsupportedUGIProvider.class co.cask.cdap.security.runtime.AuthenticationServerMain.class co.cask.cdap.security.server.AbstractAuthenticationHandler.class co.cask.cdap.security.server.AuditLogHandler.class co.cask.cdap.security.server.AuthenticationGuiceServletContextListener.class co.cask.cdap.security.server.BasicAuthenticationHandler.class co.cask.cdap.security.server.ExternalAuthenticationServer.class co.cask.cdap.security.server.GrantAccessToken.class co.cask.cdap.security.server.JAASAuthenticationHandler.class co.cask.cdap.security.server.JAASLoginService.class co.cask.cdap.security.server.JAASUserPrincipal.class co.cask.cdap.security.server.JASPIAuthenticationHandler.class co.cask.cdap.security.server.LDAPAuthenticationHandler.class co.cask.cdap.security.server.LDAPLoginModule.class co.cask.cdap.security.server.StatusRequestHandler.class co.cask.cdap.security.store.DefaultSecureStoreService.class co.cask.cdap.security.store.DummySecureStore.class co.cask.cdap.security.store.FileSecureStore.class co.cask.cdap.security.store.KeyStoreEntry.class co.cask.cdap.security.store.SecureStoreUtils.class co.cask.cdap.security.tools.KeyStores.class co.cask.cdap.security.tools.PermissiveTrustManagerFactory.class co.cask.cdap.security.tools.SSLHandlerFactory.class co.cask.cdap.security.zookeeper.BaseResourceListener.class co.cask.cdap.security.zookeeper.ResourceListener.class co.cask.cdap.security.zookeeper.SharedResourceCache.class realm.properties
cdap-security-4.1.0.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright ? 2014-2017 Cask Data, Inc. Licensed 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>co.cask.cdap</groupId> <artifactId>cdap</artifactId> <version>4.1.0</version> </parent> <artifactId>cdap-security</artifactId> <name>CDAP Security</name> <packaging>jar</packaging> <dependencies> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-proto</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-security-spi</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-security-spi</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-common-unit-test</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> </dependency> <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> </dependency> <dependency> <groupId>org.apache.twill</groupId> <artifactId>twill-zookeeper</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-security</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jaspi</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-plus</artifactId> </dependency> <dependency> <groupId>org.apache.geronimo.components</groupId> <artifactId>geronimo-jaspi</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-servlet-initializer</artifactId> </dependency> <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-guice</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.apache.directory.jdbm</groupId> <artifactId>apacheds-jdbm1</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minicluster</artifactId> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-minikdc</artifactId> </dependency> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-common</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.hbase</groupId> <artifactId>hbase-testing-util</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.unboundid</groupId> <artifactId>unboundid-ldapsdk</artifactId> </dependency> <dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-common</artifactId> <version>${project.version}</version> <scope>test</scope> <type>test-jar</type> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> <executions> <execution> <id>test-jar</id> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>dist</id> <properties> <original.service.name>auth-server</original.service.name> </properties> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> </plugins> </build> </profile> <profile> <id>rpm-prepare</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> </plugin> </plugins> </build> </profile> <profile> <id>deb-prepare</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>2.6</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.7</version> </plugin> </plugins> </build> </profile> <profile> <id>rpm</id> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.3.1</version> </plugin> <!-- Extra deployment for rpm package. --> <!-- This has to be in child level, otherwise all modules would try to deploy. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>deploy-rpm</id> <phase>deploy</phase> <goals> <goal>deploy-file</goal> </goals> <configuration> <version>${project.version}</version> <groupId>${dist.deploy.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <packaging>noarch.rpm</packaging> <generatePom>false</generatePom> <file>${project.build.directory}/${project.artifactId}-${package.version}-1.noarch.rpm</file> <classifier>1</classifier> <repositoryId>continuuity</repositoryId> <url>${deploy.url}</url> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>deb</id> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>1.3.1</version> </plugin> <!-- Extra deployment for deb package --> <!-- This has to be in child level, otherwise all modules would try to deploy. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>deploy-deb</id> <phase>deploy</phase> <goals> <goal>deploy-file</goal> </goals> <configuration> <version>${project.version}</version> <groupId>${dist.deploy.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <packaging>deb</packaging> <generatePom>false</generatePom> <file>${project.build.directory}/${project.artifactId}_${package.version}-1_all.deb</file> <repositoryId>continuuity</repositoryId> <url>${deploy.url}</url> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> <profile> <id>tgz</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.4</version> </plugin> <!-- Extra deployment for tgz package --> <!-- This has to be in child level, otherwise all modules would try to deploy. --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>deploy-tgz</id> <phase>deploy</phase> <goals> <goal>deploy-file</goal> </goals> <configuration> <version>${project.version}</version> <groupId>${dist.deploy.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <packaging>tar.gz</packaging> <generatePom>false</generatePom> <file>${project.build.directory}/${project.artifactId}-${package.version}.tar.gz</file> <repositoryId>continuuity</repositoryId> <url>${deploy.url}</url> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>
<dependency> <groupId>co.cask.cdap</groupId> <artifactId>cdap-security</artifactId> <version>4.1.0</version> </dependency>
If you think the following cdap-security-4.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download cdap-security-4.1.0.jar file