Apache Shiro · Example Payload

Apache Shiro Hash Request Example

AuthenticationAuthorizationCryptographyJavaSecurityApacheOpen Source

Apache Shiro Hash Request Example is an example object payload from Apache Shiro, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

passwordalgorithmiterations

Example Payload

Raw ↑
{
  "password": "example",
  "algorithm": "MD5",
  "iterations": 1234
}