You can download restx-security-basic-0.34.jar in this page.
Open Source
restx-security-basic-0.34.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.restx/restx-security-basic/pom.properties META-INF/maven/io.restx/restx-security-basic/pom.xml META-INF/services/restx.factory.FactoryMachine restx.security.BCryptCredentialsStrategy.class restx.security.BasicPrincipalAuthenticator.class restx.security.BasicSecurityModule.class restx.security.BasicSecurityModuleFactoryMachine.class restx.security.CredentialsStrategy.class restx.security.EqualsCredentialsStrategy.class restx.security.FileBasedUserRepository.class restx.security.HttpAuthenticationFilter.class restx.security.HttpAuthenticationFilterFactoryMachine.class restx.security.HttpBasicAuthHandlerFactoryMachine.class restx.security.SecuritySettings.class restx.security.SecuritySettingsConfig.class restx.security.SecuritySettingsConfigFactoryMachine.class restx.security.SecuritySettingsProvider.class restx.security.SecuritySettingsProviderFactoryMachine.class restx.security.Session.class restx.security.SessionResource.class restx.security.SessionResourceFactoryMachine.class restx.security.SessionResourceRouter.class restx.security.SessionResourceRouterFactoryMachine.class restx.security.SimpleUserRepository.class restx.security.StdBasicPrincipalAuthenticator.class restx.security.StdUser.class restx.security.StdUserService.class restx.security.UserRepository.class restx.security.UserService.class
restx-security-basic-0.34.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <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>io.restx</groupId> <artifactId>restx-parent</artifactId> <version>0.34</version> </parent> <groupId>io.restx</groupId> <artifactId>restx-security-basic</artifactId> <version>0.34</version> <packaging>jar</packaging> <name>restx-security-basic</name> <properties> <restx.version>0.34</restx.version> <maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.source>1.7</maven.compiler.source> <junit.version>4.11</junit.version> <assertj-core.version>1.6.0</assertj-core.version> </properties> <dependencies> <dependency> <groupId>io.restx</groupId> <artifactId>restx-factory</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>io.restx</groupId> <artifactId>restx-core</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>io.restx</groupId> <artifactId>restx-core-annotation-processor</artifactId> <version>${restx.version}</version> </dependency> <dependency> <groupId>org.mindrot</groupId> <artifactId>jbcrypt</artifactId> <version>0.3m</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>${assertj-core.version}</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.restx</groupId> <artifactId>restx-security-basic</artifactId> <version>0.34</version> </dependency>
If you think the following restx-security-basic-0.34.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download restx-security-basic-0.34.jar file