Spring Security - Portlet support

Spring Security - Support for JSR 168 Portlets

License

License

Categories

Categories

Security
GroupId

GroupId

org.springframework.security
ArtifactId

ArtifactId

spring-security-portlet
Last Version

Last Version

2.0.8.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Security - Portlet support
Spring Security - Support for JSR 168 Portlets
Project Organization

Project Organization

SpringSource, Inc

Download spring-security-portlet

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.springframework : spring-dao jar 2.0.8
org.springframework : spring-portlet jar 2.0.8
net.sf.ehcache : ehcache jar 1.4.1

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.4
javax.portlet : portlet-api jar 1.0

test (3)

Group / Artifact Type Version
org.springframework.security : spring-security-core jar 2.0.8.RELEASE
org.springframework : spring-mock jar 2.0.8
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.
Gitter

Build Status

Spring Security

Spring Security provides security services for the Spring IO Platform. Spring Security 5.0 requires Spring 5.0 as a minimum and also requires Java 8.

For a detailed list of features and access to the latest release, please visit Spring projects.

Code of Conduct

Please see our code of conduct

Downloading Artifacts

See Getting Spring Security for how to obtain Spring Security.

Documentation

Be sure to read the Spring Security Reference. Extensive JavaDoc for the Spring Security code is also available in the Spring Security API Documentation.

Quick Start

We recommend you visit Spring Security Reference and read the "Getting Started" page.

Building from Source

Spring Security uses a Gradle-based build system. In the instructions below, ./gradlew is invoked from the root of the source tree and serves as a cross-platform, self-contained bootstrap mechanism for the build.

Prerequisites

Git and the JDK8 build.

Be sure that your JAVA_HOME environment variable points to the jdk1.8.0 folder extracted from the JDK download.

Check out sources

git clone [email protected]:spring-projects/spring-security.git

Install all spring-\* jars into your local Maven cache

./gradlew install

Compile and test; build all jars, distribution zips, and docs

./gradlew build

Discover more commands with ./gradlew tasks. See also the Gradle build and release FAQ.

Getting Support

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

Spring Security is Open Source software released under the Apache 2.0 license.

org.springframework.security

Versions

Version
2.0.8.RELEASE
2.0.7.RELEASE
2.0.6.RELEASE
2.0.5.RELEASE
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0