Posts tagged Security (4)
Security Features of Payara Server You Don't Know About - Authorization Modules
Published on 30 Oct 2018
by Arjan Tijms
Topics:
Java EE,
Security,
Payara Server
|
0 Comments
Learn More about Secure JAX-RS
Published on 09 Oct 2018
by Rudy De Busscher
Topics:
Security
|
4 Comments
カスタムSSL証明書を用いたPayara Serverのセキュア構成
Published on 27 Sep 2018
by Ondro Mihályi
Topics:
How-to,
Security,
Admin,
Japanese language
|
0 Comments
OpenID Connect in the Payara Platform 5.183
Published on 20 Sep 2018
by Gaurav Gupta
Topics:
REST,
Security,
Payara Server
|
21 Comments
Securing a REST Service
Published on 05 Sep 2018
by Arjan Tijms
Topics:
REST,
Security
|
1 Comment
If you're building a REST service, then that REST service will expose some kind of data or will allow some kind of interactions with a server. For instance, consider a Facebook REST service that allows you to retrieve your chat history. Naturally you don't want just anyone looking at that history, hence the need for security.
Java EE Security API (JSR 375/Soteria) with JWT tokens
Published on 08 May 2018
by Gaurav Gupta
Topics:
Java EE,
Security
|
16 Comments
Security Auditing in Payara Server - Part 2
Published on 14 Jul 2017
by Fabio Turizo
Topics:
How-to,
Security,
JVM,
EJB
|
0 Comments
Following up from the first part of the Security Auditing article, where we covered the audit logging, in this part we will focus on creating a custom audit module.
Security Auditing in Payara Server - Part 1
Published on 06 Jul 2017
by Fabio Turizo
Topics:
How-to,
Security,
JVM,
EJB
|
0 Comments
Security is always a concern you must have when implementing applications that will run in production environments. Both the JVM and Payara Server have a strong tool set of security implementations for most use cases in the industry, so you won’t have to worry about implementing your own security measures from scratch.
GlassFish to Payara Server Migration - migrating away from the Oracle Access Manager integration
Published on 09 Feb 2017
by Fabio Turizo
Topics:
How-to,
Security,
JASPIC,
GlassFish Migration
|
0 Comments
In the fifth part of our continuing series on alternatives for commercial Oracle GlassFish features, we are looking at a replacement for the Oracle's Access Manager integration feature.
Payara Server LDAP Integration - Part 3: Extracting User Information
Published on 15 Nov 2016
by Fabio Turizo
Topics:
Docker,
How-to,
Security,
LDAP
|
0 Comments
In this three-parts article series I'm illustrating the implementation of the LDAP integration using a sample scenario: integrate Payara Server with a LDAP user directory and manage the authentication and authorization of a sample web application.
In Part 1, I showed you how to start the LDAP Server, while in Part 2 we configured the LDAP realm. Now you are probably wondering how to get the user’s information (first and last name, email address, etc.) that resides in the LDAP server. Unfortunately, the JAAS API doesn’t offer any standard mechanisms to access this user attributes in the directory tree. But there are other options available: