public final class JWTClaimsSetUtils extends Object
Modifier and Type | Method | Description |
---|---|---|
static com.nimbusds.jwt.JWTClaimsSet |
toJWTClaimsSet(Map<String,List<String>> params) |
Creates a JWT claims set from the specified multi-valued parameters.
|
public static com.nimbusds.jwt.JWTClaimsSet toJWTClaimsSet(Map<String,List<String>> params)
params
- The multi-valued parameters. Must not be null
.Copyright © 2019 Connect2id Ltd.. All rights reserved.