Interface OidcServiceLocal

    • Method Detail

      • createKey

        com.nimbusds.jose.jwk.RSAKey createKey​(Date date)
        Creates a new signing RSA JSON Web Key with the given base date Should only be called from tests
      • getKey

        com.nimbusds.jose.jwk.RSAKey getKey​(String kid)
        Returns a signing RSA JSON Web Key by key id
      • purgeAuthorizations

        long purgeAuthorizations()
        Removes all authorizations that don't have a refresh token and don't have any access tokens (either never generated or already purged).
      • purgeExpiredTokens

        long purgeExpiredTokens()
        Removes all access tokens that have already expired