12 minutes
EE Security in Relation to JASPIC, JACC and LoginModules/Realms
Java EE 8 introduced a new API called the Java EE Security API (see JSR 375) or “EE Security” […]
12 minutes
Java EE 8 introduced a new API called the Java EE Security API (see JSR 375) or “EE Security” […]
3 minutes
As you probably already know, Oracle decided to stop providing public updates for Oracle Java Development Kit 8 (JDK […]
7 minutes
Java SE comes with many security primitives upon which Java EE builds. JAAS for instance is a well known […]
5 minutes
For a long time, the Java EE security system has had a quite cool, but woefully underused, feature; pluggable authorization […]
2 minutes
Introduction With the rise of the micro-service architecture, we have seen also a shift from SOAP to REST as […]
3 minutes
Payara Serverの管理タスクで最も多いものの1つは、他のWebサーバーと同様に、HTTPプロトコルやPayara Serverへのリモート・アクセスをセキュアにするための電子証明書のセットアップです。自己署名証明書または信頼できる認証機関の署名入り証明書のいずれかをお持ちでしょうが、どちらの場合も証明書をPayara Serverのドメインに追加してセキュアな通信に用いるのはとても簡単です。
5 minutes
Introduction OpenID Connect is a security mechanism for an application to contact an identity service, verify the identity of […]
7 minutes
If you’re building a REST service, then that REST service will expose some kind of data or will allow […]
6 minutes
Introduction : Java EE Security API (JSR 375) : The Java EE Security API 1.0 is a new spec […]
9 minutes
In order to make a cluster of servers appear as one server, you need to introduce a load balancer. […]
11 minutes
Following up from the first part of the Security Auditing article, where we covered the audit logging, in this […]
11 minutes
Security is always a concern you must have when implementing applications that will run in production environments. Both the […]