2025-03-12 10:25:35 +00:00

9 lines
318 B
Plaintext

// This is a sample JAAS config that uses the following login module
// security.PropertyFileLoginModule -- this module can work with a username and any password defined in the `../conf/user.props` file
WHZ-Authentication {
security.PropertyFileLoginModule sufficient
debug="true"
file="../conf/user.props";
};