Class JWTClaimsSetUtils


  • public class JWTClaimsSetUtils
    extends java.lang.Object
    Utils class to instantiate a JWClaimsSet give a map of claims.
    Since:
    1.1.0
    Author:
    Sergio del Amo
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.nimbusds.jwt.JWTClaimsSet jwtClaimsSetFromClaims​(JwtClaims claims)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JWTClaimsSetUtils

        public JWTClaimsSetUtils()
    • Method Detail

      • jwtClaimsSetFromClaims

        public static com.nimbusds.jwt.JWTClaimsSet jwtClaimsSetFromClaims​(JwtClaims claims)
        Parameters:
        claims - JWT claims
        Returns:
        A JWTClaimsSet