📄 realm.properties
字号:
## This file defines users passwords and roles for a HashUserRealm## The format is# <username>: <password>[,<rolename> ...]## 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:.## if using digest authentication, do not MD5-hash the passwordjetty: jetty,useradmin: CRYPT:ad1ks..kc.1Ug,server-administrator,content-administrator,adminother: OBF:1xmk1w261u9r1w1c1xmqplain: plainuser: password# This entry is for digest auth. The credential is a MD5 hash of username:realmname:passworddigest: MD5:6e120743ad67abfbc385bc2bb754e297
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -