Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pass client credentials to the server's security manager.  Credentials are passed in as key, value pairs of strings and are interpreted by the security manager on the server.  For a default Shiro security manager, the credentials might be as simple as 

Wiki Markuppre
{{"user", "bob"}, {"password", "bobspassword"}}


Request

AuthenticationRequest
Field NameData typeDescriptionMandatory?
credentialsmap<string,string>A set of key, value properties defined by the server's security managerY

...