You can download usermanager-0.4.1.jar in this page.
Open Source
usermanager-0.4.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.opendaylight.controller/usermanager/pom.properties META-INF/maven/org.opendaylight.controller/usermanager/pom.xml org.opendaylight.controller.usermanager.AuthResponse.class org.opendaylight.controller.usermanager.AuthenticatedUser.class org.opendaylight.controller.usermanager.AuthorizationConfig.class org.opendaylight.controller.usermanager.IAAAProvider.class org.opendaylight.controller.usermanager.ISessionManager.class org.opendaylight.controller.usermanager.IUserManager.class org.opendaylight.controller.usermanager.ODLUserLevel.class org.opendaylight.controller.usermanager.ServerConfig.class org.opendaylight.controller.usermanager.UserConfig.class
usermanager-0.4.1.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>org.opendaylight.controller</groupId> <artifactId>commons.opendaylight</artifactId> <version>1.4.1</version> <relativePath>../../commons/opendaylight</relativePath> </parent> <scm> <connection>scm:git:ssh://git.opendaylight.org:29418/controller.git</connection> <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection> <url>https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main</url> <tag>master-tagforprepareonly-controller-bulk-release-2-1</tag> </scm> <artifactId>usermanager</artifactId> <version>0.4.1</version> <packaging>bundle</packaging> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>${bundle.plugin.version}</version> <extensions>true</extensions> <configuration> <instructions> <Import-Package> org.opendaylight.controller.configuration, org.opendaylight.controller.sal.authorization, org.opendaylight.controller.sal.core, org.opendaylight.controller.sal.packet, org.opendaylight.controller.sal.utils, org.slf4j, org.eclipse.osgi.framework.console, org.osgi.framework, org.apache.felix.dm, org.apache.commons.logging, javax.servlet, javax.servlet.http, org.springframework.security.web.context, org.springframework.security.core, org.springframework.security.core.context, org.springframework.security.authentication, org.springframework.security.core.authority, org.springframework.security.core.userdetails, javax.xml.bind.annotation </Import-Package> <Export-Package> org.opendaylight.controller.usermanager, </Export-Package> <Bundle-Activator> </Bundle-Activator> </instructions> <manifestLocation>${project.basedir}/META-INF</manifestLocation> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>configuration</artifactId> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>sal</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>equinoxSDK381</groupId> <artifactId>javax.servlet</artifactId> </dependency> <!-- Spring security --> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-web</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.opendaylight.controller</groupId> <artifactId>usermanager</artifactId> <version>0.4.1</version> </dependency>
If you think the following usermanager-0.4.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download usermanager-0.4.1.jar file