alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (realm.properties)

This example Jetty source code file (realm.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

authentication, if, md5, md5:164c88b302622e17050af52c89945d44,user, md5:6e120743ad67abfbc385bc2bb754e297, md5:6e120743ad67abfbc385bc2bb754e297, obf, obf:1xmk1w261u9r1w1c1xmq, passwords, passwords, the, the, this, this

The Jetty realm.properties source code

#
# This file defines users passwords and roles for a HashUserRealm
#
# The format is
#  <username>: [, ...]
#
# Passwords may be clear text, obfuscated or checksummed.  The class 
# org.mortbay.util.Password should be used to generate obfuscated
# passwords or password checksums
#
# If DIGEST Authentication is used, the password must be in a recoverable
# format, either plain text or OBF:.
#
jetty: MD5:164c88b302622e17050af52c89945d44,user
admin: CRYPT:ad1ks..kc.1Ug,server-administrator,content-administrator,admin
other: OBF:1xmk1w261u9r1w1c1xmq
plain: plain
user: password

# This entry is for digest auth.  The credential is a MD5 hash of username:realmname:password
digest: MD5:6e120743ad67abfbc385bc2bb754e297

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty realm.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.