TextConfigurationRealm.setUserDefinitions

<p>Sets a newline (\n) delimited string that defines user-to-password-and-role(s) key/value pairs according to the following format: <p/> <p><code><em>username</em> = <em>password</em>, role1, role2,...</code></p> <p/> <p>Here are some examples of what these lines might look like:</p> <p/> <p><code>root = <em>reallyHardToGuessPassword</em>, administrator<br/> jsmith = <em>jsmithsPassword</em>, manager, engineer, employee<br/> abrown = <em>abrownsPassword</em>, qa, employee<br/> djones = <em>djonesPassword</em>, qa, contractor<br/> guest = <em>guestPassword</em></code></p>

@param userDefinitions the user definitions to be parsed and converted to Map.Entry elements

class TextConfigurationRealm
void
setUserDefinitions

Meta