Class IdentityAssertionClaims

    • Constructor Detail

      • IdentityAssertionClaims

        public IdentityAssertionClaims​(Map<String,​Object> assertionClaims)
        Create a new instance based on a set of assertion claims. Any provided assertion claims will be returned in the Assertion JWT.
        Parameters:
        assertionClaims - The assertion claims.
    • Method Detail

      • assertionClaims

        public Map<String,​Object> assertionClaims()
        Return any claims that should be included in the Assertion JWT.
        Returns:
        any claims that should be included in the Assertion JWT.