DaedaFusion Security Framework

A pluggable security framework "inspired" by the OWASP ESAPI framework

License

License

Categories

Categories

Security
GroupId

GroupId

com.daedafusion
ArtifactId

ArtifactId

security-framework
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

DaedaFusion Security Framework
A pluggable security framework "inspired" by the OWASP ESAPI framework
Project URL

Project URL

http://daedafusion.com
Source Code Management

Source Code Management

https://github.com/daedafusion/service-framework.git

Download security-framework

How to add to project

<!-- https://jarcasting.com/artifacts/com.daedafusion/security-framework/ -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>security-framework</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/security-framework/
implementation 'com.daedafusion:security-framework:1.1'
// https://jarcasting.com/artifacts/com.daedafusion/security-framework/
implementation ("com.daedafusion:security-framework:1.1")
'com.daedafusion:security-framework:jar:1.1'
<dependency org="com.daedafusion" name="security-framework" rev="1.1">
  <artifact name="security-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='security-framework', version='1.1')
)
libraryDependencies += "com.daedafusion" % "security-framework" % "1.1"
[com.daedafusion/security-framework "1.1"]

Dependencies

compile (3)

Group / Artifact Type Version
com.daedafusion : service-framework-core jar 1.1
commons-codec : commons-codec jar [1.10,)
log4j : log4j jar 1.2.17

provided (3)

Group / Artifact Type Version
com.daedafusion : configuration-core jar 1.1
com.fasterxml.jackson.core : jackson-annotations jar 2.5.1
javax.servlet : servlet-api jar 2.5

test (4)

Group / Artifact Type Version
com.daedafusion : crypto jar 1.0
com.fasterxml.jackson.core : jackson-databind jar 2.5.1
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status

Coverage Status

service-framework

Service/Provider framework with plugin isolation

Maven

<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>service-framework</artifactId>
    <version>1.1</version>
</dependency>

<!-- For yml based configuration files -->
<dependency>
    <groupId>com.daedafusion</groupId>
    <artifactId>service-framework-yaml</artifactId>
    <version>1.1</version>
</dependency>
com.daedafusion

DaedaFusion

Versions

Version
1.1
1.0