Interface ProfileInterceptorResult

    • Method Detail

      • getStorageContext

        @Nonnull
        @NotEmpty
        String getStorageContext()
        Get the storage context.
        Returns:
        the storage context
      • getStorageKey

        @Nonnull
        @NotEmpty
        String getStorageKey()
        Get the storage key.
        Returns:
        the storage key
      • getStorageValue

        @Nonnull
        @NotEmpty
        String getStorageValue()
        Get the storage value.
        Returns:
        the storage value
      • getStorageExpiration

        @Nullable
        Instant getStorageExpiration()
        Get the storage expiration.
        Returns:
        the storage expiration