Uses of Class
de.gematik.idp.token.JsonWebToken
Packages that use JsonWebToken
-
Uses of JsonWebToken in de.gematik.idp.authentication
Methods in de.gematik.idp.authentication that return JsonWebTokenModifier and TypeMethodDescriptionIdpJwtProcessor.buildJws(@NonNull String payload, @NonNull Map<String, Object> headerClaims, boolean includeSignerCertificateInHeader) IdpJwtProcessor.buildJwt(@NonNull JwtBuilder jwtBuilder) JwtBuilder.buildJwt()Methods in de.gematik.idp.authentication with parameters of type JsonWebTokenModifier and TypeMethodDescriptionAuthenticationTokenBuilder.buildAuthenticationTokenFromSektoralIdToken(JsonWebToken idToken, ZonedDateTime issueingTime, Map<String, String> sessionData) AuthenticationTokenBuilder.buildAuthenticationTokenFromSsoToken(JsonWebToken ssoToken, JsonWebToken challengeToken, ZonedDateTime issueingTime) AuthenticationChallengeVerifier.extractClientCertificateFromChallenge(JsonWebToken authenticationResponse) static StringIdpJwtProcessor.getHeaderDecoded(@NonNull JsonWebToken jwt) static StringIdpJwtProcessor.getPayloadDecoded(@NonNull JsonWebToken jwt) voidIdpJwtProcessor.verifyAndThrowExceptionIfFail(@NonNull JsonWebToken jwt) voidAuthenticationChallengeVerifier.verifyResponseAndThrowExceptionIfFail(JsonWebToken authenticationResponse) voidAuthenticationChallengeVerifier.verifyResponseWithCertAndThrowExceptionIfFail(X509Certificate authCert, JsonWebToken authenticationResponse) -
Uses of JsonWebToken in de.gematik.idp.token
Methods in de.gematik.idp.token that return JsonWebTokenModifier and TypeMethodDescriptionAccessTokenBuilder.buildAccessToken(JsonWebToken authenticationToken) IdTokenBuilder.buildIdToken(String clientId, JsonWebToken authenticationToken, JsonWebToken accessToken) IdpJwe.decryptJwt(Key key) IdpJwe.decryptNestedJwt(Key key) Methods in de.gematik.idp.token that return types with arguments of type JsonWebTokenMethods in de.gematik.idp.token with parameters of type JsonWebTokenModifier and TypeMethodDescriptionAccessTokenBuilder.buildAccessToken(JsonWebToken authenticationToken) IdTokenBuilder.buildIdToken(String clientId, JsonWebToken authenticationToken, JsonWebToken accessToken) SsoTokenBuilder.buildSsoTokenFromSektoralIdToken(JsonWebToken idToken, ZonedDateTime issueingTime)