Posts tagged Security (4)
Using Jakarta Security on Tomcat and the Payara Platform
Published on 18 Jul 2019
by Arjan Tijms
Topics:
Security,
JakartaEE,
Payara Platform 5,
API,
Tomcat
|
0 Comments
Java EE Security API is one of the new APIs in Java EE 8. With Java EE currently being transferred and rebranded to Jakarta EE, this API will soon be rebranded to Jakarta Security, which is the term we'll use in this article. Jakarta Security is part of the Jakarta APIs, included and active in the Payara Platform by default with no configuration required in order to use it. With some effort, Jakarta Security can be used with Tomcat, as well.
EE Security in Relation to JASPIC, JACC and LoginModules/Realms
Published on 16 Apr 2019
by Arjan Tijms
Topics:
Java EE,
Security,
JakartaEE,
Java 8
|
2 Comments
Java EE 8 introduced a new API called the Java EE Security API (see JSR 375) or "EE Security" in short.
This new API, perhaps unsurprisingly given its name, deals with security in Java EE. Security in Java EE is obviously not a new thing though, and in various ways it has been part of the platform since its inception.
So what is exactly the difference between EE Security and the existing security facilities in Java EE? In this article we'll take a look at that exact question.
New Feature in Payara Server 5.184: Allow Use of Different Security Providers via JCE API
Published on 07 Dec 2018
by Arjan Tijms
Topics:
What's New,
Security,
Payara Server,
New Releases
|
0 Comments
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.