Quantcast
Channel: Magnus K Karlsson
Viewing all articles
Browse latest Browse all 526

Tomcat Standard Security Realms

$
0
0

Tomcat comes out of the box with the following security realms, i.e. modules that does Authentication and Authorization.

NameCIS Tomcat 8 Benchmark Note *
JDBCRealmNOT for Production
DataSourceRealm 
JNDIRealm (LDAP) 
UserDatabaseRealmNOT for Large-Scale Installations
MemoryRealmNOT for Production
JAASRealmNOT widely used and therefore the code is not as mature as the other realms.

*) CIS_Apache_Tomcat_8_Benchmark_v1.0.1.pdf

This leaves us with only two production ready realms: DataSourceRealm and JNDIRealm (LDAP)

There are two other Realms (CombinedRealm and LockOutRealm), but they do not do authentication and authorization.


Viewing all articles
Browse latest Browse all 526

Trending Articles