Interface JwtAuthorityRepository.RetrieveKeysContext

Enclosing interface:
JwtAuthorityRepository

public static interface JwtAuthorityRepository.RetrieveKeysContext
Context for retrieving keys.
  • Method Summary

    Modifier and Type
    Method
    Description
    deserialise(String serialisedKeyContent)
    Convenience method to use the registered JwksKeyParser instances to deserialise the Key.
    long
    Obtains the time in seconds since Epoch for keys to be active.
  • Method Details

    • getActiveAfter

      long getActiveAfter()
      Obtains the time in seconds since Epoch for keys to be active.
      Returns:
      Time in seconds since Epoch for keys to be active.
    • deserialise

      Key deserialise(String serialisedKeyContent)
      Convenience method to use the registered JwksKeyParser instances to deserialise the Key.
      Parameters:
      serialisedKeyContent - Serialised Key content.
      Returns:
      Key.