WSO2 Application Server - Module - Web App Security

Web application security functions

License

License

Categories

Categories

Security
GroupId

GroupId

org.wso2.appserver
ArtifactId

ArtifactId

appserver-webapp-security
Last Version

Last Version

6.0.0-m4
Release Date

Release Date

Type

Type

jar
Description

Description

WSO2 Application Server - Module - Web App Security
Web application security functions
Project URL

Project URL

http://wso2.com
Project Organization

Project Organization

WSO2

Download appserver-webapp-security

How to add to project

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

Dependencies

compile (14)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1
joda-time : joda-time jar 2.9.4
org.apache.commons : commons-lang3 jar 3.4
org.apache.santuario : xmlsec jar 2.0.6
org.apache.tomcat : tomcat-juli jar 8.0.36
org.apache.tomcat : tomcat-servlet-api jar 8.0.36
net.shibboleth.utilities : java-support jar 7.2.0
org.opensaml : opensaml-core jar 3.2.0
org.opensaml : opensaml-saml-api jar 3.2.0
org.opensaml : opensaml-saml-impl jar 3.2.0
org.opensaml : opensaml-security-api jar 3.2.0
org.opensaml : opensaml-xmlsec-api jar 3.2.0
org.opensaml : opensaml-xmlsec-impl jar 3.2.0
org.wso2.appserver : appserver-utils jar 6.0.0-m4

provided (1)

Group / Artifact Type Version
org.apache.tomcat : tomcat-catalina jar 8.0.36

test (5)

Group / Artifact Type Version
org.jacoco : org.jacoco.agent jar 0.7.6.201602180812
org.mockito : mockito-all jar 1.10.19
org.testng : testng jar 6.9.10
org.slf4j : slf4j-api jar 1.7.21
org.slf4j : slf4j-simple jar 1.7.21

Project Modules

There are no modules declared in this project.

Welcome to WSO2 Application Server


Branch Build Status
master Build Status

Welcome to WSO2 Application Server, the successor of WSO2 Carbon based Application Server. WSO2 Application Server 6.0.0 is a complete revamp and is based on vanilla Apache Tomcat. WSO2 provides a number of features by means of extensions to Apache Tomcat to add/enhance the functionality. It provides first class support for generic web applications, JAX-RS/JAX-WS web applications and Jaggery applications. The performance of the server and individual application can be monitored by integrating WSO2 Application Server with WSO2 Data Analytics Server.

Features

  • HTTP analytics with [WSO2 HTTP Analytics Server] (https://github.com/wso2/analytics-http)
  • SAML based Single Sign On (SSO) for web applications
  • Support for Jaggery application deployment
  • Webapp classloading runtimes

Building the product

Prerequisites

  1. JDK 1.8 or higher
  2. Apache Maven 3.0.x or higher
  3. Git

How to build the product

  1. Clone the repository using git clone https://github.com/wso2/product-as.git
  2. cd into product-as directory
  3. Run mvn clean install
  4. Extract wso2as-{version}.zip located at distribution/target directory

Running WSO2 Application Server

Prerequisites

  1. JDK 1.8 or higher
  2. Apache Maven 3.0.x or higher

How to run WSO2 Application Server

  1. Goto <AS_HOME>/bin/ directory
  2. Run ./catalina.sh run (in MAC OS and Linux based operating systems) or catalina.bat run (in Windows)

How to Contribute

Contact us

WSO2 Application Server developers can be contacted via the mailing lists:

org.wso2.appserver

WSO2

Welcome to the WSO2 source code! For info on working with the WSO2 repositories and contributing code, click the link below.

Versions

Version
6.0.0-m4
6.0.0-m3