JSecurity.
JSecurity is a powerful and flexible open-source Java security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services..
Here is the list of declaration for jsecurity. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jsecurity</groupId> <artifactId>jsecurity</artifactId> <version>0.9.0-RC2</version> </dependency>
If you think this Maven repository POM file listing for jsecurity is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The jsecurity-0.9.0-RC2 has 16 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Log | commons-logging 1.1.1 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 1143 |
JEE | quartz 1.5.2 OpenSymphony's Quartz Scheduler | 23 |
Log | log4j 1.2.15 Apache Log4j 1.2 | 310 |
Database | hsqldb 1.8.0.7 Lightweight 100% Java SQL Database Engine | 137 |
Network | easymock 2.3 EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism | 130 |
Testing Mock | easymockclassextension 2.3 The EasyMock Class Extension allows to generate Mock Objects for classes | 78 |
JUnit | junit 4.4 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 301 |
The following plugins are used in the jsecurity-0.9.0-RC2.jar
The following packages are defined in the jsecurity-0.9.0-RC2.jar
org.jsecurity org.jsecurity.aop org.jsecurity.authc org.jsecurity.authc.credential org.jsecurity.authc.pam org.jsecurity.authz org.jsecurity.authz.annotation org.jsecurity.authz.aop org.jsecurity.authz.permission org.jsecurity.cache org.jsecurity.cache.ehcache org.jsecurity.codec org.jsecurity.config org.jsecurity.crypto org.jsecurity.crypto.hash org.jsecurity.io org.jsecurity.jndi org.jsecurity.mgt org.jsecurity.realm org.jsecurity.realm.activedirectory org.jsecurity.realm.jdbc org.jsecurity.realm.jndi org.jsecurity.realm.ldap org.jsecurity.realm.text org.jsecurity.session org.jsecurity.session.mgt org.jsecurity.session.mgt.eis org.jsecurity.session.mgt.quartz org.jsecurity.spring org.jsecurity.spring.remoting org.jsecurity.spring.security.interceptor org.jsecurity.subject org.jsecurity.util org.jsecurity.web org.jsecurity.web.attr org.jsecurity.web.config org.jsecurity.web.filter org.jsecurity.web.filter.authc org.jsecurity.web.filter.authz org.jsecurity.web.servlet org.jsecurity.web.session org.jsecurity.web.tags
Here is the content of the POM file.
<?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 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>org.jsecurity</groupId> <artifactId>jsecurity</artifactId> <version>0.9.0-RC2</version> <name>JSecurity</name> <url>http://www.jsecurity.org</url> <description>JSecurity is a powerful and flexible open-source Java security framework that cleanly handles authentication, authorization, enterprise session management, single sign-on and cryptography services. </description> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <system>Jira</system> <url>http://issues.jsecurity.org</url> </issueManagement> <scm> <connection>scm:svn:http://jsecurity.svn.sourceforge.net/svnroot/jsecurity/trunk</connection> <developerConnection>scm:svn:https://jsecurity.svn.sourceforge.net/svnroot/jsecurity/trunk</developerConnection> <url>http://jsecurity.svn.sourceforge.net/viewvc/jsecurity/trunk/</url> </scm> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1.1</version> <exclusions> <exclusion> <groupId>log4j</groupId> <artifactId>log4j</artifactId> </exclusion> <exclusion> <groupId>logkit</groupId> <artifactId>logkit</artifactId> </exclusion> <exclusion> <groupId>avalon-framework</groupId> <artifactId>avalon-framework</artifactId> </exclusion> <exclusion> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>net.sourceforge.retroweaver</groupId> <artifactId>retroweaver</artifactId> <version>2.0.5</version> <optional>true</optional> </dependency> <dependency> <groupId>net.sourceforge.retroweaver</groupId> <artifactId>retroweaver-rt</artifactId> <version>2.0.5</version> <optional>true</optional> </dependency> <dependency> <groupId>net.sf.ehcache</groupId> <artifactId>ehcache</artifactId> <version>1.4.1</version> <optional>true</optional> </dependency> <dependency> <groupId>quartz</groupId> <artifactId>quartz</artifactId> <version>1.5.2</version> <optional>true</optional> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring</artifactId> <version>2.5.1</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <optional>true</optional> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.1</version> <optional>true</optional> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.15</version> <optional>true</optional> <exclusions> <exclusion> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> </exclusion> <exclusion> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId> </exclusion> <exclusion> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version> <optional>true</optional> </dependency> <dependency> <groupId>taglibs</groupId> <artifactId>standard</artifactId> <version>1.1.2</version> <optional>true</optional> </dependency> <dependency> <groupId>hsqldb</groupId> <artifactId>hsqldb</artifactId> <version>1.8.0.7</version> <optional>true</optional> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> <version>2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymockclassextension</artifactId> <version>2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.4</version> <scope>test</scope> </dependency> </dependencies> <build> <!-- non-standard source locations --> <sourceDirectory>${basedir}/src</sourceDirectory> <testSourceDirectory>${basedir}/test</testSourceDirectory> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.0-alpha-3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-install-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.0.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.4.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.0-beta-7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.3</version> <configuration> <encoding>${jsecurity.encoding}</encoding> <docEncoding>${jsecurity.docEncoding}</docEncoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.0.2</version> <configuration> <source>${maven.compile.source}</source> <target>${maven.compile.target}</target> <encoding>${jsecurity.encoding}</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <version>1.1</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <!-- generate the IntelliJ project files --> <artifactId>maven-idea-plugin</artifactId> <configuration> <jdkLevel>${maven.compile.source}</jdkLevel> <downloadSources>true</downloadSources> </configuration> </plugin> <plugin> <!-- generate the Eclipse project files --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <configuration> <downloadSources>true</downloadSources> <downloadJavadocs>false</downloadJavadocs> </configuration> </plugin> </plugins> </build> <reporting> <plugins> <!-- this pulls in a lot of dependencies --> <!-- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>1.1.1</version> </plugin> --> <plugin> <!-- get test coverage for regression tests --> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.2</version> </plugin> <plugin> <!-- generate the PMD reports --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>2.3</version> <configuration> <minimumTokens>200</minimumTokens> <targetJdk>${maven.compile.source}</targetJdk> <rulesets> <ruleset>/rulesets/basic.xml</ruleset> <ruleset>/rulesets/imports.xml</ruleset> <ruleset>/rulesets/unusedcode.xml</ruleset> <ruleset>/rulesets/finalizers.xml</ruleset> </rulesets> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.3</version> <configuration> <aggregate>true</aggregate> <source>${maven.compile.source}</source> <encoding>${jsecurity.encoding}</encoding> <docEncoding>${jsecurity.docEncoding}</docEncoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.1</version> <configuration> <aggregate>true</aggregate> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-6</version> <configuration> <!-- Exclude the navigation file for Maven 1 sites and the changes file used by the changes-plugin, as they interfere with the site generation. --> <moduleExcludes> <xdoc>navigation.xml,changes.xml</xdoc> </moduleExcludes> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> <version>2.4.2</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jdepend-maven-plugin</artifactId> <version>2.0-beta-1</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>rat-maven-plugin</artifactId> <version>1.0-alpha-3</version> </plugin> </plugins> </reporting> <properties> <!-- Default configuration for compiler source and target JVM --> <maven.compile.source>1.5</maven.compile.source> <maven.compile.target>1.5</maven.compile.target> <!-- Encoding of Java source files: Make sure, that the compiler and the javadoc generator use the right encoding. Subprojects may overwrite this, if they are using another encoding. --> <jsecurity.encoding>iso-8859-1</jsecurity.encoding> <jsecurity.docEncoding>${jsecurity.encoding}</jsecurity.docEncoding> </properties> </project>