Download mfp-security-checks-base-8.0.0.jar file

Introduction

You can download mfp-security-checks-base-8.0.0.jar in this page.

License

IBM ILAR

Type List

mfp-security-checks-base-8.0.0.jar file has the following types.

META-INF/MANIFEST.MF
com.ibm.mfp.security.checks.base.CredentialsValidationSecurityCheck.class
com.ibm.mfp.security.checks.base.CredentialsValidationSecurityCheckConfig.class
com.ibm.mfp.security.checks.base.UserAuthenticationSecurityCheck.class
com.ibm.mfp.security.checks.base.UserAuthenticationSecurityCheckConfig.class

Pom

mfp-security-checks-base-8.0.0.pom file content.

<!--
  IBM Confidential OCO Source Materials

  5725-I43 Copyright IBM Corp. 2006, 2016

  The source code for this program is not published or otherwise
  divested of its trade secrets, irrespective of what has
  been deposited with the U.S. Copyright Office.
  -->

<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/maven-v4_0_0.xsd">

	<modelVersion>4.0.0</modelVersion>
	<groupId>com.ibm.mfp</groupId>
	<artifactId>mfp-security-checks-base</artifactId>
	<version>8.0.0</version>
	<name>IBM MFP SECURITY CHECK BASE CLASSES</name>
	<description>IBM MFP Security checks base classes are samples provided to be used as open source, BuildNumber is : 20160526-1611-rls</description>
	<url>https://hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</url>
	<licenses>
		<license>
			<name>IBM ILAR</name>
			<url>http://www-03.ibm.com/software/sla/sladb.nsf/sla/bla</url>
			<distribution>repo</distribution>
		</license>
	</licenses>
	<scm>
    <connection>scm:git:git@hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</connection>
    <developerConnection>scm:git:git@hub.jazz.net/project/imflocalsdk/mfp-adapter-build-plugin</developerConnection>
    <url>https://hub.jazz.net/git/imflocalsdk/mfp-adapter-build-plugin</url>
  </scm>
	<developers>
		<developer>
			<name>IBM MobileFirst Platform Foundation</name>
			<email>imfsdkt@us.ibm.com</email>
			<organizationUrl>http://www.ibm.com</organizationUrl>
		</developer>
	</developers>

	<dependencies>
		<dependency>
			<groupId>com.ibm.mfp</groupId>
			<artifactId>adapter-maven-api</artifactId>
			<scope>provided</scope>
			<version>8.0.0</version>
		</dependency>
	</dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.ibm.mfp</groupId>
   <artifactId>mfp-security-checks-base</artifactId>
   <version>8.0.0</version>
</dependency>

Download

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



Download mfp-security-checks-base-8.0.0.jar file




PreviousNext

Related